Html Css Color HEX #042D9E International Klein Blue

📋 copy color: '#042D9E'

red 4 ◦ green 45 ◦ blue 158

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

Shades of International Klein Blue #042D9E

Tints of International Klein Blue #042D9E

RGB

 RED value IS 4 (1.95% from 255) = 1.93%

 GREEN value IS 45 (17.97% from 255) = 21.74%

 BLUE value IS 158 (62.11% from 255) = 76.33%

R = 1.93%
G = 21.74%
B = 76.33%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#042D9E (or 0x042D9E) is known color: International Klein Blue. HEX triplet: 04, 2D and 9E. RGB value is (4,45,158). Sum of RGB (Red+Green+Blue) = 4+45+158=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #042D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D9E is #FBD261. Grayscale: #2D2D2D. Windows color (decimal): -16503394 or 10366212. OLE color: 10366212.

HSL color Cylindrical-coordinate representation of color #042D9E: hue angle of 224.03º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D9E is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 45 158 -
CMYK 0.97 0.72 0 0.38
HSL 224.03º 0.95% 0.32% -
HSV(B) 224.03º 0.97% 0.62% -
XYZ 7.16 4.37 32.81 -
YUV 45.62 191.42 98.31 -
System Red Green Blue C M Y K H S L
Decimal 4 45 158 0.97 0.72 0 0.38 224.03 0.95 0.32
Hex 4 2D 9E 61 48 0 26 E0 5F 20
Octal 4 55 236 141 110 0 46 340 137 40
Binary 100 101101 10011110 1100001 1001000 0 100110 11100000 1011111 100000

Color Harmonies of #042D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D9E

Black with #042D9E

Text Example


Text Example

White with #042D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042D9E; }

 p { color: rgb(4,45,158); }

 H1.HeaderClassName
 {
   color: #042D9E;
 }
 .AnyTagClassName
 {
   color: #042D9E;
 }
</style>

background-color css

<style>
 a { background-color: #042D9E; }

 a { background-color: rgb(4,45,158); }

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

border-color css

<style>
 span { border-color: #042D9E; }

 span { border-color: rgb(4,45,158); }

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