Html Css Color HEX #0320B7 International Klein Blue

📋 copy color: '#0320B7'

red 3 ◦ green 32 ◦ blue 183

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

Shades of International Klein Blue #0320B7

Tints of International Klein Blue #0320B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 83.94%

R = 1.38%
G = 14.68%
B = 83.94%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0320B7 (or 0x0320B7) is known color: International Klein Blue. HEX triplet: 03, 20 and B7. RGB value is (3,32,183). Sum of RGB (Red+Green+Blue) = 3+32+183=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 183 (71.88% from 255 or 83.94% from 218); Max value from RGB is 183 - color contains mainly: blue. Hex color #0320B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320B7 is #FCDF48. Grayscale: #272727. Windows color (decimal): -16572233 or 12001283. OLE color: 12001283.

HSL color Cylindrical-coordinate representation of color #0320B7: hue angle of 230.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0320B7 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 32 183 -
CMYK 0.98 0.83 0 0.28
HSL 230.33º 0.97% 0.36% -
HSV(B) 230.33º 0.98% 0.72% -
XYZ 9.1 4.47 45.18 -
YUV 40.54 208.39 101.22 -
System Red Green Blue C M Y K H S L
Decimal 3 32 183 0.98 0.83 0 0.28 230.33 0.97 0.36
Hex 3 20 B7 62 53 0 1C E6 61 24
Octal 3 40 267 142 123 0 34 346 141 44
Binary 11 100000 10110111 1100010 1010011 0 11100 11100110 1100001 100100

Color Harmonies of #0320B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0320B7

Black with #0320B7

Text Example


Text Example

White with #0320B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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