Html Css Color HEX #005D92 Dark Cerulean

📋 copy color: '#005D92'

red 0 ◦ green 93 ◦ blue 146

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

Shades of Dark Cerulean #005D92

Tints of Dark Cerulean #005D92

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 0%
G = 38.91%
B = 61.09%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005D92 (or 0x005D92) is known color: Dark Cerulean. HEX triplet: 00, 5D and 92. RGB value is (0,93,146). Sum of RGB (Red+Green+Blue) = 0+93+146=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #005D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D92 is #FFA26D. Grayscale: #464646. Windows color (decimal): -16753262 or 9592064. OLE color: 9592064.

HSL color Cylindrical-coordinate representation of color #005D92: hue angle of 201.78º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D92 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 93 146 -
CMYK 1 0.36 0 0.43
HSL 201.78º 1% 0.29% -
HSV(B) 201.78º 1% 0.57% -
XYZ 9.1 9.9 28.63 -
YUV 71.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 0 93 146 1 0.36 0 0.43 201.78 1 0.29
Hex 0 5D 92 64 24 0 2B CA 64 1D
Octal 0 135 222 144 44 0 53 312 144 35
Binary 0 1011101 10010010 1100100 100100 0 101011 11001010 1100100 11101

Color Harmonies of #005D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D92

Black with #005D92

Text Example


Text Example

White with #005D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005D92; }

 p { color: rgb(0,93,146); }

 H1.HeaderClassName
 {
   color: #005D92;
 }
 .AnyTagClassName
 {
   color: #005D92;
 }
</style>

background-color css

<style>
 a { background-color: #005D92; }

 a { background-color: rgb(0,93,146); }

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

border-color css

<style>
 span { border-color: #005D92; }

 span { border-color: rgb(0,93,146); }

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