Html Css Color HEX #0B759F Cerulean

📋 copy color: '#0B759F'

red 11 ◦ green 117 ◦ blue 159

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

Shades of Cerulean #0B759F

Tints of Cerulean #0B759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 159 (62.5% from 255) = 55.4%

R = 3.83%
G = 40.77%
B = 55.4%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B759F (or 0x0B759F) is known color: Cerulean. HEX triplet: 0B, 75 and 9F. RGB value is (11,117,159). Sum of RGB (Red+Green+Blue) = 11+117+159=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B759F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B759F is #F48A60. Grayscale: #595959. Windows color (decimal): -16026209 or 10450187. OLE color: 10450187.

HSL color Cylindrical-coordinate representation of color #0B759F: hue angle of 197.03º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B759F is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 117 159 -
CMYK 0.93 0.26 0 0.38
HSL 197.03º 0.87% 0.33% -
HSV(B) 197.03º 0.93% 0.62% -
XYZ 12.76 15.3 35.08 -
YUV 90.09 166.88 71.58 -
System Red Green Blue C M Y K H S L
Decimal 11 117 159 0.93 0.26 0 0.38 197.03 0.87 0.33
Hex B 75 9F 5D 1A 0 26 C5 57 21
Octal 13 165 237 135 32 0 46 305 127 41
Binary 1011 1110101 10011111 1011101 11010 0 100110 11000101 1010111 100001

Color Harmonies of #0B759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B759F

Black with #0B759F

Text Example


Text Example

White with #0B759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,117,159); }

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

background-color css

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

 a { background-color: rgb(11,117,159); }

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

border-color css

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

 span { border-color: rgb(11,117,159); }

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