Html Css Color HEX #0B7CA6 Cerulean

📋 copy color: '#0B7CA6'

red 11 ◦ green 124 ◦ blue 166

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

Shades of Cerulean #0B7CA6

Tints of Cerulean #0B7CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

 BLUE value IS 166 (65.23% from 255) = 55.15%

R = 3.65%
G = 41.2%
B = 55.15%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0B7CA6 (or 0x0B7CA6) is known color: Cerulean. HEX triplet: 0B, 7C and A6. RGB value is (11,124,166). Sum of RGB (Red+Green+Blue) = 11+124+166=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #0B7CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7CA6 is #F48359. Grayscale: #5E5E5E. Windows color (decimal): -16024410 or 10910731. OLE color: 10910731.

HSL color Cylindrical-coordinate representation of color #0B7CA6: hue angle of 196.26º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7CA6 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 124 166 -
CMYK 0.93 0.25 0 0.35
HSL 196.26º 0.88% 0.35% -
HSV(B) 196.26º 0.93% 0.65% -
XYZ 14.23 17.24 38.65 -
YUV 95 168.06 68.08 -
System Red Green Blue C M Y K H S L
Decimal 11 124 166 0.93 0.25 0 0.35 196.26 0.88 0.35
Hex B 7C A6 5D 19 0 23 C4 58 23
Octal 13 174 246 135 31 0 43 304 130 43
Binary 1011 1111100 10100110 1011101 11001 0 100011 11000100 1011000 100011

Color Harmonies of #0B7CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7CA6

Black with #0B7CA6

Text Example


Text Example

White with #0B7CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,124,166); }

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

background-color css

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

 a { background-color: rgb(11,124,166); }

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

border-color css

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

 span { border-color: rgb(11,124,166); }

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