Html Css Color HEX #002FC6 International Klein Blue

📋 copy color: '#002FC6'

red 0 ◦ green 47 ◦ blue 198

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

Shades of International Klein Blue #002FC6

Tints of International Klein Blue #002FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 80.82%

R = 0%
G = 19.18%
B = 80.82%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#002FC6 (or 0x002FC6) is known color: International Klein Blue. HEX triplet: 00, 2F and C6. RGB value is (0,47,198). Sum of RGB (Red+Green+Blue) = 0+47+198=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 198 (77.73% from 255 or 80.82% from 245); Max value from RGB is 198 - color contains mainly: blue. Hex color #002FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FC6 is #FFD039. Grayscale: #313131. Windows color (decimal): -16764986 or 12988160. OLE color: 12988160.

HSL color Cylindrical-coordinate representation of color #002FC6: hue angle of 225.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FC6 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 47 198 -
CMYK 1 0.76 0 0.22
HSL 225.76º 1% 0.39% -
HSV(B) 225.76º 1% 0.78% -
XYZ 11.21 6.11 54.01 -
YUV 50.16 211.43 92.22 -
System Red Green Blue C M Y K H S L
Decimal 0 47 198 1 0.76 0 0.22 225.76 1 0.39
Hex 0 2F C6 64 4C 0 16 E2 64 27
Octal 0 57 306 144 114 0 26 342 144 47
Binary 0 101111 11000110 1100100 1001100 0 10110 11100010 1100100 100111

Color Harmonies of #002FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FC6

Black with #002FC6

Text Example


Text Example

White with #002FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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