Html Css Color HEX #0B7BBB Cerulean

📋 copy color: '#0B7BBB'

red 11 ◦ green 123 ◦ blue 187

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

Shades of Cerulean #0B7BBB

Tints of Cerulean #0B7BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.32%

 BLUE value IS 187 (73.44% from 255) = 58.26%

R = 3.43%
G = 38.32%
B = 58.26%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B7BBB (or 0x0B7BBB) is known color: Cerulean. HEX triplet: 0B, 7B and BB. RGB value is (11,123,187). Sum of RGB (Red+Green+Blue) = 11+123+187=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B7BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7BBB is #F48444. Grayscale: #606060. Windows color (decimal): -16024645 or 12286731. OLE color: 12286731.

HSL color Cylindrical-coordinate representation of color #0B7BBB: hue angle of 201.82º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B7BBB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 123 187 -
CMYK 0.94 0.34 0 0.27
HSL 201.82º 0.89% 0.39% -
HSV(B) 201.82º 0.94% 0.73% -
XYZ 16.19 17.82 49.6 -
YUV 96.81 178.89 66.8 -
System Red Green Blue C M Y K H S L
Decimal 11 123 187 0.94 0.34 0 0.27 201.82 0.89 0.39
Hex B 7B BB 5E 22 0 1B CA 59 27
Octal 13 173 273 136 42 0 33 312 131 47
Binary 1011 1111011 10111011 1011110 100010 0 11011 11001010 1011001 100111

Color Harmonies of #0B7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7BBB

Black with #0B7BBB

Text Example


Text Example

White with #0B7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,123,187); }

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

background-color css

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

 a { background-color: rgb(11,123,187); }

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

border-color css

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

 span { border-color: rgb(11,123,187); }

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