Html Css Color HEX #0975BB Cerulean

📋 copy color: '#0975BB'

red 9 ◦ green 117 ◦ blue 187

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

Shades of Cerulean #0975BB

Tints of Cerulean #0975BB

RGB

 RED value IS 9 (3.91% from 255) = 2.88%

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

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 2.88%
G = 37.38%
B = 59.74%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0975BB (or 0x0975BB) is known color: Cerulean. HEX triplet: 09, 75 and BB. RGB value is (9,117,187). Sum of RGB (Red+Green+Blue) = 9+117+187=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #0975BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975BB is #F68A44. Grayscale: #5C5C5C. Windows color (decimal): -16157253 or 12285193. OLE color: 12285193.

HSL color Cylindrical-coordinate representation of color #0975BB: hue angle of 203.6º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0975BB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 117 187 -
CMYK 0.95 0.37 0 0.27
HSL 203.6º 0.91% 0.38% -
HSV(B) 203.6º 0.95% 0.73% -
XYZ 15.44 16.37 49.36 -
YUV 92.69 181.22 68.31 -
System Red Green Blue C M Y K H S L
Decimal 9 117 187 0.95 0.37 0 0.27 203.6 0.91 0.38
Hex 9 75 BB 5F 25 0 1B CC 5B 26
Octal 11 165 273 137 45 0 33 314 133 46
Binary 1001 1110101 10111011 1011111 100101 0 11011 11001100 1011011 100110

Color Harmonies of #0975BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0975BB

Black with #0975BB

Text Example


Text Example

White with #0975BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0975BB; }

 p { color: rgb(9,117,187); }

 H1.HeaderClassName
 {
   color: #0975BB;
 }
 .AnyTagClassName
 {
   color: #0975BB;
 }
</style>

background-color css

<style>
 a { background-color: #0975BB; }

 a { background-color: rgb(9,117,187); }

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

border-color css

<style>
 span { border-color: #0975BB; }

 span { border-color: rgb(9,117,187); }

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