Html Css Color HEX #0420BA International Klein Blue

📋 copy color: '#0420BA'

red 4 ◦ green 32 ◦ blue 186

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

Shades of International Klein Blue #0420BA

Tints of International Klein Blue #0420BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 186 (73.05% from 255) = 83.78%

R = 1.8%
G = 14.41%
B = 83.78%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0420BA (or 0x0420BA) is known color: International Klein Blue. HEX triplet: 04, 20 and BA. RGB value is (4,32,186). Sum of RGB (Red+Green+Blue) = 4+32+186=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #0420BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0420BA is #FBDF45. Grayscale: #282828. Windows color (decimal): -16506694 or 12197892. OLE color: 12197892.

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

Color convert

RGB 4 32 186 -
CMYK 0.98 0.83 0 0.27
HSL 230.77º 0.96% 0.37% -
HSV(B) 230.77º 0.98% 0.73% -
XYZ 9.43 4.6 46.85 -
YUV 41.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 4 32 186 0.98 0.83 0 0.27 230.77 0.96 0.37
Hex 4 20 BA 62 53 0 1B E7 60 25
Octal 4 40 272 142 123 0 33 347 140 45
Binary 100 100000 10111010 1100010 1010011 0 11011 11100111 1100000 100101

Color Harmonies of #0420BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0420BA

Black with #0420BA

Text Example


Text Example

White with #0420BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0420BA; }

 p { color: rgb(4,32,186); }

 H1.HeaderClassName
 {
   color: #0420BA;
 }
 .AnyTagClassName
 {
   color: #0420BA;
 }
</style>

background-color css

<style>
 a { background-color: #0420BA; }

 a { background-color: rgb(4,32,186); }

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

border-color css

<style>
 span { border-color: #0420BA; }

 span { border-color: rgb(4,32,186); }

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