Html Css Color HEX #042DBB International Klein Blue

📋 copy color: '#042DBB'

red 4 ◦ green 45 ◦ blue 187

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

Shades of International Klein Blue #042DBB

Tints of International Klein Blue #042DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.24%

R = 1.69%
G = 19.07%
B = 79.24%

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

#042DBB (or 0x042DBB) is known color: International Klein Blue. HEX triplet: 04, 2D and BB. RGB value is (4,45,187). Sum of RGB (Red+Green+Blue) = 4+45+187=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #042DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042DBB is #FBD244. Grayscale: #303030. Windows color (decimal): -16503365 or 12266756. OLE color: 12266756.

HSL color Cylindrical-coordinate representation of color #042DBB: hue angle of 226.56º 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 #042DBB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 45 187 -
CMYK 0.98 0.76 0 0.27
HSL 226.56º 0.96% 0.37% -
HSV(B) 226.56º 0.98% 0.73% -
XYZ 9.96 5.49 47.55 -
YUV 48.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 4 45 187 0.98 0.76 0 0.27 226.56 0.96 0.37
Hex 4 2D BB 62 4C 0 1B E3 60 25
Octal 4 55 273 142 114 0 33 343 140 45
Binary 100 101101 10111011 1100010 1001100 0 11011 11100011 1100000 100101

Color Harmonies of #042DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042DBB

Black with #042DBB

Text Example


Text Example

White with #042DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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