Html Css Color HEX #0574A5 Cerulean

📋 copy color: '#0574A5'

red 5 ◦ green 116 ◦ blue 165

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

Shades of Cerulean #0574A5

Tints of Cerulean #0574A5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

 BLUE value IS 165 (64.84% from 255) = 57.69%

R = 1.75%
G = 40.56%
B = 57.69%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0574A5 (or 0x0574A5) is known color: Cerulean. HEX triplet: 05, 74 and A5. RGB value is (5,116,165). Sum of RGB (Red+Green+Blue) = 5+116+165=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 165 (64.84% from 255 or 57.69% from 286); Max value from RGB is 165 - color contains mainly: blue. Hex color #0574A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0574A5 is #FA8B5A. Grayscale: #585858. Windows color (decimal): -16419675 or 10843141. OLE color: 10843141.

HSL color Cylindrical-coordinate representation of color #0574A5: hue angle of 198.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0574A5 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 116 165 -
CMYK 0.97 0.30 0 0.35
HSL 198.38º 0.94% 0.33% -
HSV(B) 198.38º 0.97% 0.65% -
XYZ 13.1 15.24 37.85 -
YUV 88.4 171.23 68.52 -
System Red Green Blue C M Y K H S L
Decimal 5 116 165 0.97 0.30 0 0.35 198.38 0.94 0.33
Hex 5 74 A5 61 1E 0 23 C6 5E 21
Octal 5 164 245 141 36 0 43 306 136 41
Binary 101 1110100 10100101 1100001 11110 0 100011 11000110 1011110 100001

Color Harmonies of #0574A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0574A5

Black with #0574A5

Text Example


Text Example

White with #0574A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0574A5; }

 p { color: rgb(5,116,165); }

 H1.HeaderClassName
 {
   color: #0574A5;
 }
 .AnyTagClassName
 {
   color: #0574A5;
 }
</style>

background-color css

<style>
 a { background-color: #0574A5; }

 a { background-color: rgb(5,116,165); }

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

border-color css

<style>
 span { border-color: #0574A5; }

 span { border-color: rgb(5,116,165); }

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