Html Css Color HEX #002FAA International Klein Blue

📋 copy color: '#002FAA'

red 0 ◦ green 47 ◦ blue 170

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

Shades of International Klein Blue #002FAA

Tints of International Klein Blue #002FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.66%

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

R = 0%
G = 21.66%
B = 78.34%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#002FAA (or 0x002FAA) is known color: International Klein Blue. HEX triplet: 00, 2F and AA. RGB value is (0,47,170). Sum of RGB (Red+Green+Blue) = 0+47+170=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #002FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FAA is #FFD055. Grayscale: #2E2E2E. Windows color (decimal): -16765014 or 11153152. OLE color: 11153152.

HSL color Cylindrical-coordinate representation of color #002FAA: hue angle of 223.41º 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 #002FAA is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 47 170 -
CMYK 1 0.72 0 0.33
HSL 223.41º 1% 0.33% -
HSV(B) 223.41º 1% 0.67% -
XYZ 8.27 4.94 38.55 -
YUV 46.97 197.43 94.5 -
System Red Green Blue C M Y K H S L
Decimal 0 47 170 1 0.72 0 0.33 223.41 1 0.33
Hex 0 2F AA 64 48 0 21 DF 64 21
Octal 0 57 252 144 110 0 41 337 144 41
Binary 0 101111 10101010 1100100 1001000 0 100001 11011111 1100100 100001

Color Harmonies of #002FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FAA

Black with #002FAA

Text Example


Text Example

White with #002FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002FAA; }

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

 H1.HeaderClassName
 {
   color: #002FAA;
 }
 .AnyTagClassName
 {
   color: #002FAA;
 }
</style>

background-color css

<style>
 a { background-color: #002FAA; }

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

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

border-color css

<style>
 span { border-color: #002FAA; }

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

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