Html Css Color HEX #002FAB International Klein Blue

📋 copy color: '#002FAB'

red 0 ◦ green 47 ◦ blue 171

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

Shades of International Klein Blue #002FAB

Tints of International Klein Blue #002FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.44%

R = 0%
G = 21.56%
B = 78.44%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#002FAB (or 0x002FAB) is known color: International Klein Blue. HEX triplet: 00, 2F and AB. RGB value is (0,47,171). Sum of RGB (Red+Green+Blue) = 0+47+171=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #002FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FAB is #FFD054. Grayscale: #2E2E2E. Windows color (decimal): -16765013 or 11218688. OLE color: 11218688.

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

Color convert

RGB 0 47 171 -
CMYK 1 0.73 0 0.33
HSL 223.51º 1% 0.34% -
HSV(B) 223.51º 1% 0.67% -
XYZ 8.37 4.97 39.05 -
YUV 47.08 197.93 94.42 -
System Red Green Blue C M Y K H S L
Decimal 0 47 171 1 0.73 0 0.33 223.51 1 0.34
Hex 0 2F AB 64 49 0 21 E0 64 22
Octal 0 57 253 144 111 0 41 340 144 42
Binary 0 101111 10101011 1100100 1001001 0 100001 11100000 1100100 100010

Color Harmonies of #002FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FAB

Black with #002FAB

Text Example


Text Example

White with #002FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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