Html Css Color HEX #0B20AF International Klein Blue

📋 copy color: '#0B20AF'

red 11 ◦ green 32 ◦ blue 175

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

Shades of International Klein Blue #0B20AF

Tints of International Klein Blue #0B20AF

RGB

 RED value IS 11 (4.69% from 255) = 5.05%

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

 BLUE value IS 175 (68.75% from 255) = 80.28%

R = 5.05%
G = 14.68%
B = 80.28%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0B20AF (or 0x0B20AF) is known color: International Klein Blue. HEX triplet: 0B, 20 and AF. RGB value is (11,32,175). Sum of RGB (Red+Green+Blue) = 11+32+175=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B20AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B20AF is #F4DF50. Grayscale: #292929. Windows color (decimal): -16047953 or 11477003. OLE color: 11477003.

HSL color Cylindrical-coordinate representation of color #0B20AF: hue angle of 232.32º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B20AF is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 32 175 -
CMYK 0.94 0.82 0 0.31
HSL 232.32º 0.88% 0.36% -
HSV(B) 232.32º 0.94% 0.69% -
XYZ 8.39 4.2 40.93 -
YUV 42.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 11 32 175 0.94 0.82 0 0.31 232.32 0.88 0.36
Hex B 20 AF 5E 52 0 1F E8 58 24
Octal 13 40 257 136 122 0 37 350 130 44
Binary 1011 100000 10101111 1011110 1010010 0 11111 11101000 1011000 100100

Color Harmonies of #0B20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B20AF

Black with #0B20AF

Text Example


Text Example

White with #0B20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B20AF; }

 p { color: rgb(11,32,175); }

 H1.HeaderClassName
 {
   color: #0B20AF;
 }
 .AnyTagClassName
 {
   color: #0B20AF;
 }
</style>

background-color css

<style>
 a { background-color: #0B20AF; }

 a { background-color: rgb(11,32,175); }

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

border-color css

<style>
 span { border-color: #0B20AF; }

 span { border-color: rgb(11,32,175); }

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