Html Css Color HEX #042DB9 International Klein Blue

📋 copy color: '#042DB9'

red 4 ◦ green 45 ◦ blue 185

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

Shades of International Klein Blue #042DB9

Tints of International Klein Blue #042DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 79.06%

R = 1.71%
G = 19.23%
B = 79.06%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#042DB9 (or 0x042DB9) is known color: International Klein Blue. HEX triplet: 04, 2D and B9. RGB value is (4,45,185). Sum of RGB (Red+Green+Blue) = 4+45+185=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 185 (72.66% from 255 or 79.06% from 234); Max value from RGB is 185 - color contains mainly: blue. Hex color #042DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042DB9 is #FBD246. Grayscale: #303030. Windows color (decimal): -16503367 or 12135684. OLE color: 12135684.

HSL color Cylindrical-coordinate representation of color #042DB9: hue angle of 226.41º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DB9 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 45 185 -
CMYK 0.98 0.76 0 0.27
HSL 226.41º 0.96% 0.37% -
HSV(B) 226.41º 0.98% 0.73% -
XYZ 9.75 5.41 46.43 -
YUV 48.7 204.92 96.12 -
System Red Green Blue C M Y K H S L
Decimal 4 45 185 0.98 0.76 0 0.27 226.41 0.96 0.37
Hex 4 2D B9 62 4C 0 1B E2 60 25
Octal 4 55 271 142 114 0 33 342 140 45
Binary 100 101101 10111001 1100010 1001100 0 11011 11100010 1100000 100101

Color Harmonies of #042DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DB9

Black with #042DB9

Text Example


Text Example

White with #042DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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