Html Css Color HEX #002FAF International Klein Blue

📋 copy color: '#002FAF'

red 0 ◦ green 47 ◦ blue 175

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

Shades of International Klein Blue #002FAF

Tints of International Klein Blue #002FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 78.83%

R = 0%
G = 21.17%
B = 78.83%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#002FAF (or 0x002FAF) is known color: International Klein Blue. HEX triplet: 00, 2F and AF. RGB value is (0,47,175). Sum of RGB (Red+Green+Blue) = 0+47+175=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #002FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FAF is #FFD050. Grayscale: #2E2E2E. Windows color (decimal): -16765009 or 11480832. OLE color: 11480832.

HSL color Cylindrical-coordinate representation of color #002FAF: hue angle of 223.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FAF is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 47 175 -
CMYK 1 0.73 0 0.31
HSL 223.89º 1% 0.34% -
HSV(B) 223.89º 1% 0.69% -
XYZ 8.75 5.13 41.09 -
YUV 47.54 199.93 94.09 -
System Red Green Blue C M Y K H S L
Decimal 0 47 175 1 0.73 0 0.31 223.89 1 0.34
Hex 0 2F AF 64 49 0 1F E0 64 22
Octal 0 57 257 144 111 0 37 340 144 42
Binary 0 101111 10101111 1100100 1001001 0 11111 11100000 1100100 100010

Color Harmonies of #002FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FAF

Black with #002FAF

Text Example


Text Example

White with #002FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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