Html Css Color HEX #05327C Dark Cerulean

📋 copy color: '#05327C'

red 5 ◦ green 50 ◦ blue 124

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

Shades of Dark Cerulean #05327C

Tints of Dark Cerulean #05327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

 BLUE value IS 124 (48.83% from 255) = 69.27%

R = 2.79%
G = 27.93%
B = 69.27%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05327C (or 0x05327C) is known color: Dark Cerulean. HEX triplet: 05, 32 and 7C. RGB value is (5,50,124). Sum of RGB (Red+Green+Blue) = 5+50+124=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #05327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05327C is #FACD83. Grayscale: #2C2C2C. Windows color (decimal): -16436612 or 8139269. OLE color: 8139269.

HSL color Cylindrical-coordinate representation of color #05327C: hue angle of 217.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05327C is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 50 124 -
CMYK 0.96 0.60 0 0.51
HSL 217.31º 0.92% 0.25% -
HSV(B) 217.31º 0.96% 0.49% -
XYZ 4.84 3.77 19.54 -
YUV 44.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 5 50 124 0.96 0.60 0 0.51 217.31 0.92 0.25
Hex 5 32 7C 60 3C 0 33 D9 5C 19
Octal 5 62 174 140 74 0 63 331 134 31
Binary 101 110010 1111100 1100000 111100 0 110011 11011001 1011100 11001

Color Harmonies of #05327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05327C

Black with #05327C

Text Example


Text Example

White with #05327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05327C; }

 p { color: rgb(5,50,124); }

 H1.HeaderClassName
 {
   color: #05327C;
 }
 .AnyTagClassName
 {
   color: #05327C;
 }
</style>

background-color css

<style>
 a { background-color: #05327C; }

 a { background-color: rgb(5,50,124); }

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

border-color css

<style>
 span { border-color: #05327C; }

 span { border-color: rgb(5,50,124); }

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