Html Css Color HEX #0320B9 International Klein Blue

📋 copy color: '#0320B9'

red 3 ◦ green 32 ◦ blue 185

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

Shades of International Klein Blue #0320B9

Tints of International Klein Blue #0320B9

RGB

 RED value IS 3 (1.56% from 255) = 1.36%

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

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

R = 1.36%
G = 14.55%
B = 84.09%

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

#0320B9 (or 0x0320B9) is known color: International Klein Blue. HEX triplet: 03, 20 and B9. RGB value is (3,32,185). Sum of RGB (Red+Green+Blue) = 3+32+185=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #0320B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320B9 is #FCDF46. Grayscale: #282828. Windows color (decimal): -16572231 or 12132355. OLE color: 12132355.

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

Color convert

RGB 3 32 185 -
CMYK 0.98 0.83 0 0.27
HSL 230.44º 0.97% 0.37% -
HSV(B) 230.44º 0.98% 0.73% -
XYZ 9.31 4.56 46.29 -
YUV 40.77 209.39 101.06 -
System Red Green Blue C M Y K H S L
Decimal 3 32 185 0.98 0.83 0 0.27 230.44 0.97 0.37
Hex 3 20 B9 62 53 0 1B E6 61 25
Octal 3 40 271 142 123 0 33 346 141 45
Binary 11 100000 10111001 1100010 1010011 0 11011 11100110 1100001 100101

Color Harmonies of #0320B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0320B9

Black with #0320B9

Text Example


Text Example

White with #0320B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0320B9; }

 p { color: rgb(3,32,185); }

 H1.HeaderClassName
 {
   color: #0320B9;
 }
 .AnyTagClassName
 {
   color: #0320B9;
 }
</style>

background-color css

<style>
 a { background-color: #0320B9; }

 a { background-color: rgb(3,32,185); }

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

border-color css

<style>
 span { border-color: #0320B9; }

 span { border-color: rgb(3,32,185); }

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