Html Css Color HEX #002EC6 International Klein Blue

📋 copy color: '#002EC6'

red 0 ◦ green 46 ◦ blue 198

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

Shades of International Klein Blue #002EC6

Tints of International Klein Blue #002EC6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

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

R = 0%
G = 18.85%
B = 81.15%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#002EC6 (or 0x002EC6) is known color: International Klein Blue. HEX triplet: 00, 2E and C6. RGB value is (0,46,198). Sum of RGB (Red+Green+Blue) = 0+46+198=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 198 (77.73% from 255 or 81.15% from 244); Max value from RGB is 198 - color contains mainly: blue. Hex color #002EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EC6 is #FFD139. Grayscale: #303030. Windows color (decimal): -16765242 or 12987904. OLE color: 12987904.

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

Color convert

RGB 0 46 198 -
CMYK 1 0.77 0 0.22
HSL 226.06º 1% 0.39% -
HSV(B) 226.06º 1% 0.78% -
XYZ 11.17 6.03 54 -
YUV 49.57 211.76 92.64 -
System Red Green Blue C M Y K H S L
Decimal 0 46 198 1 0.77 0 0.22 226.06 1 0.39
Hex 0 2E C6 64 4D 0 16 E2 64 27
Octal 0 56 306 144 115 0 26 342 144 47
Binary 0 101110 11000110 1100100 1001101 0 10110 11100010 1100100 100111

Color Harmonies of #002EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EC6

Black with #002EC6

Text Example


Text Example

White with #002EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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