Html Css Color HEX #005D94 Dark Cerulean

📋 copy color: '#005D94'

red 0 ◦ green 93 ◦ blue 148

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

Shades of Dark Cerulean #005D94

Tints of Dark Cerulean #005D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 0%
G = 38.59%
B = 61.41%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005D94 (or 0x005D94) is known color: Dark Cerulean. HEX triplet: 00, 5D and 94. RGB value is (0,93,148). Sum of RGB (Red+Green+Blue) = 0+93+148=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #005D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D94 is #FFA26B. Grayscale: #474747. Windows color (decimal): -16753260 or 9723136. OLE color: 9723136.

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

Color convert

RGB 0 93 148 -
CMYK 1 0.37 0 0.42
HSL 202.3º 1% 0.29% -
HSV(B) 202.3º 1% 0.58% -
XYZ 9.26 9.97 29.45 -
YUV 71.46 171.19 77.03 -
System Red Green Blue C M Y K H S L
Decimal 0 93 148 1 0.37 0 0.42 202.3 1 0.29
Hex 0 5D 94 64 25 0 2A CA 64 1D
Octal 0 135 224 144 45 0 52 312 144 35
Binary 0 1011101 10010100 1100100 100101 0 101010 11001010 1100100 11101

Color Harmonies of #005D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D94

Black with #005D94

Text Example


Text Example

White with #005D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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