Html Css Color HEX #0B7BBC Cerulean

📋 copy color: '#0B7BBC'

red 11 ◦ green 123 ◦ blue 188

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

Shades of Cerulean #0B7BBC

Tints of Cerulean #0B7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 3.42%
G = 38.2%
B = 58.39%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B7BBC (or 0x0B7BBC) is known color: Cerulean. HEX triplet: 0B, 7B and BC. RGB value is (11,123,188). Sum of RGB (Red+Green+Blue) = 11+123+188=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B7BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7BBC is #F48443. Grayscale: #606060. Windows color (decimal): -16024644 or 12352267. OLE color: 12352267.

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

Color convert

RGB 11 123 188 -
CMYK 0.94 0.35 0 0.26
HSL 202.03º 0.89% 0.39% -
HSV(B) 202.03º 0.94% 0.74% -
XYZ 16.3 17.87 50.17 -
YUV 96.92 179.39 66.71 -
System Red Green Blue C M Y K H S L
Decimal 11 123 188 0.94 0.35 0 0.26 202.03 0.89 0.39
Hex B 7B BC 5E 23 0 1A CA 59 27
Octal 13 173 274 136 43 0 32 312 131 47
Binary 1011 1111011 10111100 1011110 100011 0 11010 11001010 1011001 100111

Color Harmonies of #0B7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7BBC

Black with #0B7BBC

Text Example


Text Example

White with #0B7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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