Html Css Color HEX #0028AA International Klein Blue

📋 copy color: '#0028AA'

red 0 ◦ green 40 ◦ blue 170

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

Shades of International Klein Blue #0028AA

Tints of International Klein Blue #0028AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 80.95%

R = 0%
G = 19.05%
B = 80.95%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0028AA (or 0x0028AA) is known color: International Klein Blue. HEX triplet: 00, 28 and AA. RGB value is (0,40,170). Sum of RGB (Red+Green+Blue) = 0+40+170=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 170 (66.80% from 255 or 80.95% from 210); Max value from RGB is 170 - color contains mainly: blue. Hex color #0028AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0028AA is #FFD755. Grayscale: #2A2A2A. Windows color (decimal): -16766806 or 11151360. OLE color: 11151360.

HSL color Cylindrical-coordinate representation of color #0028AA: hue angle of 225.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028AA is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 40 170 -
CMYK 1 0.76 0 0.33
HSL 225.88º 1% 0.33% -
HSV(B) 225.88º 1% 0.67% -
XYZ 8.01 4.42 38.46 -
YUV 42.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 0 40 170 1 0.76 0 0.33 225.88 1 0.33
Hex 0 28 AA 64 4C 0 21 E2 64 21
Octal 0 50 252 144 114 0 41 342 144 41
Binary 0 101000 10101010 1100100 1001100 0 100001 11100010 1100100 100001

Color Harmonies of #0028AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0028AA

Black with #0028AA

Text Example


Text Example

White with #0028AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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