Html Css Color HEX #0574AE Cerulean

📋 copy color: '#0574AE'

red 5 ◦ green 116 ◦ blue 174

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

Shades of Cerulean #0574AE

Tints of Cerulean #0574AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.98%

R = 1.69%
G = 39.32%
B = 58.98%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0574AE (or 0x0574AE) is known color: Cerulean. HEX triplet: 05, 74 and AE. RGB value is (5,116,174). Sum of RGB (Red+Green+Blue) = 5+116+174=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #0574AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0574AE is #FA8B51. Grayscale: #595959. Windows color (decimal): -16419666 or 11432965. OLE color: 11432965.

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

Color convert

RGB 5 116 174 -
CMYK 0.97 0.33 0 0.32
HSL 200.59º 0.94% 0.35% -
HSV(B) 200.59º 0.97% 0.68% -
XYZ 13.95 15.58 42.32 -
YUV 89.42 175.73 67.78 -
System Red Green Blue C M Y K H S L
Decimal 5 116 174 0.97 0.33 0 0.32 200.59 0.94 0.35
Hex 5 74 AE 61 21 0 20 C9 5E 23
Octal 5 164 256 141 41 0 40 311 136 43
Binary 101 1110100 10101110 1100001 100001 0 100000 11001001 1011110 100011

Color Harmonies of #0574AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0574AE

Black with #0574AE

Text Example


Text Example

White with #0574AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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