Html Css Color HEX #0B7DAC Cerulean

📋 copy color: '#0B7DAC'

red 11 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #0B7DAC

Tints of Cerulean #0B7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.58%

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 3.57%
G = 40.58%
B = 55.84%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B7DAC (or 0x0B7DAC) is known color: Cerulean. HEX triplet: 0B, 7D and AC. RGB value is (11,125,172). Sum of RGB (Red+Green+Blue) = 11+125+172=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B7DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7DAC is #F48253. Grayscale: #5F5F5F. Windows color (decimal): -16024148 or 11304203. OLE color: 11304203.

HSL color Cylindrical-coordinate representation of color #0B7DAC: hue angle of 197.52º 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 #0B7DAC is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 125 172 -
CMYK 0.94 0.27 0 0.33
HSL 197.52º 0.88% 0.36% -
HSV(B) 197.52º 0.94% 0.67% -
XYZ 14.92 17.72 41.66 -
YUV 96.27 170.73 67.18 -
System Red Green Blue C M Y K H S L
Decimal 11 125 172 0.94 0.27 0 0.33 197.52 0.88 0.36
Hex B 7D AC 5E 1B 0 21 C6 58 24
Octal 13 175 254 136 33 0 41 306 130 44
Binary 1011 1111101 10101100 1011110 11011 0 100001 11000110 1011000 100100

Color Harmonies of #0B7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7DAC

Black with #0B7DAC

Text Example


Text Example

White with #0B7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,125,172); }

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

background-color css

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

 a { background-color: rgb(11,125,172); }

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

border-color css

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

 span { border-color: rgb(11,125,172); }

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