Html Css Color HEX #0028C9 International Klein Blue

📋 copy color: '#0028C9'

red 0 ◦ green 40 ◦ blue 201

#0028C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0028C9

Tints of International Klein Blue #0028C9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 40 (16.02% from 255) = 16.6%

 BLUE value IS 201 (78.91% from 255) = 83.4%

R = 0%
G = 16.6%
B = 83.4%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0028C9 (or 0x0028C9) is known color: International Klein Blue. HEX triplet: 00, 28 and C9. RGB value is (0,40,201). Sum of RGB (Red+Green+Blue) = 0+40+201=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 201 (78.91% from 255 or 83.40% from 241); Max value from RGB is 201 - color contains mainly: blue. Hex color #0028C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028C9 is #FFD736. Grayscale: #2D2D2D. Windows color (decimal): -16766775 or 13182976. OLE color: 13182976.

HSL color Cylindrical-coordinate representation of color #0028C9: hue angle of 228.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028C9 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 40 201 -
CMYK 1 0.80 0 0.21
HSL 228.06º 1% 0.39% -
HSV(B) 228.06º 1% 0.79% -
XYZ 11.3 5.73 55.77 -
YUV 46.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 0 40 201 1 0.80 0 0.21 228.06 1 0.39
Hex 0 28 C9 64 50 0 15 E4 64 27
Octal 0 50 311 144 120 0 25 344 144 47
Binary 0 101000 11001001 1100100 1010000 0 10101 11100100 1100100 100111

Color Harmonies of #0028C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0028C9

Black with #0028C9

Text Example


Text Example

White with #0028C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0028C9; }

 p { color: rgb(0,40,201); }

 H1.HeaderClassName
 {
   color: #0028C9;
 }
 .AnyTagClassName
 {
   color: #0028C9;
 }
</style>

background-color css

<style>
 a { background-color: #0028C9; }

 a { background-color: rgb(0,40,201); }

 div.DivClassName
 {
   background-color: #0028C9;
 }
 .BgClassName
 {
   background-color: #0028C9;
 }
</style>

border-color css

<style>
 span { border-color: #0028C9; }

 span { border-color: rgb(0,40,201); }

 td.TdClassName
 {
   border-color: #0028C9;
 }
 .TagClassName
 {
   border-color: #0028C9;
 }
</style>