Html Css Color HEX #0B7BBE Cerulean

📋 copy color: '#0B7BBE'

red 11 ◦ green 123 ◦ blue 190

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

Shades of Cerulean #0B7BBE

Tints of Cerulean #0B7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 3.4%
G = 37.96%
B = 58.64%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B7BBE (or 0x0B7BBE) is known color: Cerulean. HEX triplet: 0B, 7B and BE. RGB value is (11,123,190). Sum of RGB (Red+Green+Blue) = 11+123+190=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B7BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B7BBE is #F48441. Grayscale: #606060. Windows color (decimal): -16024642 or 12483339. OLE color: 12483339.

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

Color convert

RGB 11 123 190 -
CMYK 0.94 0.35 0 0.25
HSL 202.46º 0.89% 0.39% -
HSV(B) 202.46º 0.94% 0.75% -
XYZ 16.52 17.95 51.31 -
YUV 97.15 180.39 66.55 -
System Red Green Blue C M Y K H S L
Decimal 11 123 190 0.94 0.35 0 0.25 202.46 0.89 0.39
Hex B 7B BE 5E 23 0 19 CA 59 27
Octal 13 173 276 136 43 0 31 312 131 47
Binary 1011 1111011 10111110 1011110 100011 0 11001 11001010 1011001 100111

Color Harmonies of #0B7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7BBE

Black with #0B7BBE

Text Example


Text Example

White with #0B7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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