Html Css Color HEX #0B04CB Medium Blue

📋 copy color: '#0B04CB'

red 11 ◦ green 4 ◦ blue 203

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

Shades of Medium Blue #0B04CB

Tints of Medium Blue #0B04CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 93.12%

R = 5.05%
G = 1.83%
B = 93.12%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B04CB (or 0x0B04CB) is known color: Medium Blue. HEX triplet: 0B, 04 and CB. RGB value is (11,4,203). Sum of RGB (Red+Green+Blue) = 11+4+203=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B04CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B04CB is #F4FB34. Grayscale: #1B1B1B. Windows color (decimal): -16055093 or 13304843. OLE color: 13304843.

HSL color Cylindrical-coordinate representation of color #0B04CB: hue angle of 242.11º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B04CB is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 4 203 -
CMYK 0.95 0.98 0 0.20
HSL 242.11º 0.96% 0.41% -
HSV(B) 242.11º 0.98% 0.8% -
XYZ 10.96 4.47 56.78 -
YUV 28.78 226.32 115.32 -
System Red Green Blue C M Y K H S L
Decimal 11 4 203 0.95 0.98 0 0.20 242.11 0.96 0.41
Hex B 4 CB 5F 62 0 14 F2 60 29
Octal 13 4 313 137 142 0 24 362 140 51
Binary 1011 100 11001011 1011111 1100010 0 10100 11110010 1100000 101001

Color Harmonies of #0B04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B04CB

Black with #0B04CB

Text Example


Text Example

White with #0B04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,203); }

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

background-color css

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

 a { background-color: rgb(11,4,203); }

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

border-color css

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

 span { border-color: rgb(11,4,203); }

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