Html Css Color HEX #002FA8 International Klein Blue

📋 copy color: '#002FA8'

red 0 ◦ green 47 ◦ blue 168

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

Shades of International Klein Blue #002FA8

Tints of International Klein Blue #002FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 78.14%

R = 0%
G = 21.86%
B = 78.14%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#002FA8 (or 0x002FA8) is known color: International Klein Blue. HEX triplet: 00, 2F and A8. RGB value is (0,47,168). Sum of RGB (Red+Green+Blue) = 0+47+168=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 168 (66.02% from 255 or 78.14% from 215); Max value from RGB is 168 - color contains mainly: blue. Hex color #002FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FA8 is #FFD057. Grayscale: #2E2E2E. Windows color (decimal): -16765016 or 11022080. OLE color: 11022080.

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

Color convert

RGB 0 47 168 -
CMYK 1 0.72 0 0.34
HSL 223.21º 1% 0.33% -
HSV(B) 223.21º 1% 0.66% -
XYZ 8.08 4.86 37.56 -
YUV 46.74 196.43 94.66 -
System Red Green Blue C M Y K H S L
Decimal 0 47 168 1 0.72 0 0.34 223.21 1 0.33
Hex 0 2F A8 64 48 0 22 DF 64 21
Octal 0 57 250 144 110 0 42 337 144 41
Binary 0 101111 10101000 1100100 1001000 0 100010 11011111 1100100 100001

Color Harmonies of #002FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FA8

Black with #002FA8

Text Example


Text Example

White with #002FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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