Html Css Color HEX #0B73AB Cerulean

📋 copy color: '#0B73AB'

red 11 ◦ green 115 ◦ blue 171

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

Shades of Cerulean #0B73AB

Tints of Cerulean #0B73AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 3.7%
G = 38.72%
B = 57.58%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B73AB (or 0x0B73AB) is known color: Cerulean. HEX triplet: 0B, 73 and AB. RGB value is (11,115,171). Sum of RGB (Red+Green+Blue) = 11+115+171=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B73AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B73AB is #F48C54. Grayscale: #595959. Windows color (decimal): -16026709 or 11236107. OLE color: 11236107.

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

Color convert

RGB 11 115 171 -
CMYK 0.94 0.33 0 0.33
HSL 201º 0.88% 0.36% -
HSV(B) 201º 0.94% 0.67% -
XYZ 13.62 15.27 40.76 -
YUV 90.29 173.54 71.45 -
System Red Green Blue C M Y K H S L
Decimal 11 115 171 0.94 0.33 0 0.33 201 0.88 0.36
Hex B 73 AB 5E 21 0 21 C9 58 24
Octal 13 163 253 136 41 0 41 311 130 44
Binary 1011 1110011 10101011 1011110 100001 0 100001 11001001 1011000 100100

Color Harmonies of #0B73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B73AB

Black with #0B73AB

Text Example


Text Example

White with #0B73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,171); }

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

background-color css

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

 a { background-color: rgb(11,115,171); }

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

border-color css

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

 span { border-color: rgb(11,115,171); }

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