Html Css Color HEX #042BAB International Klein Blue

📋 copy color: '#042BAB'

red 4 ◦ green 43 ◦ blue 171

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

Shades of International Klein Blue #042BAB

Tints of International Klein Blue #042BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

 BLUE value IS 171 (67.19% from 255) = 78.44%

R = 1.83%
G = 19.72%
B = 78.44%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#042BAB (or 0x042BAB) is known color: International Klein Blue. HEX triplet: 04, 2B and AB. RGB value is (4,43,171). Sum of RGB (Red+Green+Blue) = 4+43+171=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #042BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042BAB is #FBD454. Grayscale: #2D2D2D. Windows color (decimal): -16503893 or 11217668. OLE color: 11217668.

HSL color Cylindrical-coordinate representation of color #042BAB: hue angle of 225.99º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042BAB is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 43 171 -
CMYK 0.98 0.75 0 0.33
HSL 225.99º 0.95% 0.34% -
HSV(B) 225.99º 0.98% 0.67% -
XYZ 8.26 4.69 39 -
YUV 45.93 198.58 98.09 -
System Red Green Blue C M Y K H S L
Decimal 4 43 171 0.98 0.75 0 0.33 225.99 0.95 0.34
Hex 4 2B AB 62 4B 0 21 E2 5F 22
Octal 4 53 253 142 113 0 41 342 137 42
Binary 100 101011 10101011 1100010 1001011 0 100001 11100010 1011111 100010

Color Harmonies of #042BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BAB

Black with #042BAB

Text Example


Text Example

White with #042BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,43,171); }

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

background-color css

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

 a { background-color: rgb(4,43,171); }

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

border-color css

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

 span { border-color: rgb(4,43,171); }

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