Html Css Color HEX #0575BB Cerulean

📋 copy color: '#0575BB'

red 5 ◦ green 117 ◦ blue 187

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

Shades of Cerulean #0575BB

Tints of Cerulean #0575BB

RGB

 RED value IS 5 (2.34% from 255) = 1.62%

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

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

R = 1.62%
G = 37.86%
B = 60.52%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0575BB (or 0x0575BB) is known color: Cerulean. HEX triplet: 05, 75 and BB. RGB value is (5,117,187). Sum of RGB (Red+Green+Blue) = 5+117+187=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #0575BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575BB is #FA8A44. Grayscale: #5B5B5B. Windows color (decimal): -16419397 or 12285189. OLE color: 12285189.

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

Color convert

RGB 5 117 187 -
CMYK 0.97 0.37 0 0.27
HSL 203.08º 0.95% 0.38% -
HSV(B) 203.08º 0.97% 0.73% -
XYZ 15.39 16.34 49.36 -
YUV 91.49 181.89 66.31 -
System Red Green Blue C M Y K H S L
Decimal 5 117 187 0.97 0.37 0 0.27 203.08 0.95 0.38
Hex 5 75 BB 61 25 0 1B CB 5F 26
Octal 5 165 273 141 45 0 33 313 137 46
Binary 101 1110101 10111011 1100001 100101 0 11011 11001011 1011111 100110

Color Harmonies of #0575BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575BB

Black with #0575BB

Text Example


Text Example

White with #0575BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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