Html Css Color HEX #042BAC International Klein Blue

📋 copy color: '#042BAC'

red 4 ◦ green 43 ◦ blue 172

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

Shades of International Klein Blue #042BAC

Tints of International Klein Blue #042BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.54%

R = 1.83%
G = 19.63%
B = 78.54%

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

#042BAC (or 0x042BAC) is known color: International Klein Blue. HEX triplet: 04, 2B and AC. RGB value is (4,43,172). Sum of RGB (Red+Green+Blue) = 4+43+172=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #042BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042BAC is #FBD453. Grayscale: #2D2D2D. Windows color (decimal): -16503892 or 11283204. OLE color: 11283204.

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

Color convert

RGB 4 43 172 -
CMYK 0.98 0.75 0 0.33
HSL 226.07º 0.95% 0.35% -
HSV(B) 226.07º 0.98% 0.67% -
XYZ 8.36 4.73 39.5 -
YUV 46.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 4 43 172 0.98 0.75 0 0.33 226.07 0.95 0.35
Hex 4 2B AC 62 4B 0 21 E2 5F 23
Octal 4 53 254 142 113 0 41 342 137 43
Binary 100 101011 10101100 1100010 1001011 0 100001 11100010 1011111 100011

Color Harmonies of #042BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BAC

Black with #042BAC

Text Example


Text Example

White with #042BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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