Html Css Color HEX #05497A Dark Cerulean

📋 copy color: '#05497A'

red 5 ◦ green 73 ◦ blue 122

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

Shades of Dark Cerulean #05497A

Tints of Dark Cerulean #05497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 122 (48.05% from 255) = 61%

R = 2.5%
G = 36.5%
B = 61%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05497A (or 0x05497A) is known color: Dark Cerulean. HEX triplet: 05, 49 and 7A. RGB value is (5,73,122). Sum of RGB (Red+Green+Blue) = 5+73+122=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #05497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05497A is #FAB685. Grayscale: #393939. Windows color (decimal): -16430726 or 8014085. OLE color: 8014085.

HSL color Cylindrical-coordinate representation of color #05497A: hue angle of 205.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05497A is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 73 122 -
CMYK 0.96 0.40 0 0.52
HSL 205.13º 0.92% 0.25% -
HSV(B) 205.13º 0.96% 0.48% -
XYZ 5.96 6.2 19.3 -
YUV 58.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 5 73 122 0.96 0.40 0 0.52 205.13 0.92 0.25
Hex 5 49 7A 60 28 0 34 CD 5C 19
Octal 5 111 172 140 50 0 64 315 134 31
Binary 101 1001001 1111010 1100000 101000 0 110100 11001101 1011100 11001

Color Harmonies of #05497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05497A

Black with #05497A

Text Example


Text Example

White with #05497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05497A; }

 p { color: rgb(5,73,122); }

 H1.HeaderClassName
 {
   color: #05497A;
 }
 .AnyTagClassName
 {
   color: #05497A;
 }
</style>

background-color css

<style>
 a { background-color: #05497A; }

 a { background-color: rgb(5,73,122); }

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

border-color css

<style>
 span { border-color: #05497A; }

 span { border-color: rgb(5,73,122); }

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