Html Css Color HEX #0575BA Cerulean

📋 copy color: '#0575BA'

red 5 ◦ green 117 ◦ blue 186

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

Shades of Cerulean #0575BA

Tints of Cerulean #0575BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 1.62%
G = 37.99%
B = 60.39%

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

#0575BA (or 0x0575BA) is known color: Cerulean. HEX triplet: 05, 75 and BA. RGB value is (5,117,186). Sum of RGB (Red+Green+Blue) = 5+117+186=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #0575BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575BA is #FA8A45. Grayscale: #5A5A5A. Windows color (decimal): -16419398 or 12219653. OLE color: 12219653.

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

Color convert

RGB 5 117 186 -
CMYK 0.97 0.37 0 0.27
HSL 202.87º 0.95% 0.37% -
HSV(B) 202.87º 0.97% 0.73% -
XYZ 15.29 16.3 48.79 -
YUV 91.38 181.39 66.39 -
System Red Green Blue C M Y K H S L
Decimal 5 117 186 0.97 0.37 0 0.27 202.87 0.95 0.37
Hex 5 75 BA 61 25 0 1B CB 5F 25
Octal 5 165 272 141 45 0 33 313 137 45
Binary 101 1110101 10111010 1100001 100101 0 11011 11001011 1011111 100101

Color Harmonies of #0575BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575BA

Black with #0575BA

Text Example


Text Example

White with #0575BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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