Html Css Color HEX #005C93 Dark Cerulean

📋 copy color: '#005C93'

red 0 ◦ green 92 ◦ blue 147

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

Shades of Dark Cerulean #005C93

Tints of Dark Cerulean #005C93

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.49%

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 0%
G = 38.49%
B = 61.51%

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

#005C93 (or 0x005C93) is known color: Dark Cerulean. HEX triplet: 00, 5C and 93. RGB value is (0,92,147). Sum of RGB (Red+Green+Blue) = 0+92+147=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #005C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C93 is #FFA36C. Grayscale: #464646. Windows color (decimal): -16753517 or 9657344. OLE color: 9657344.

HSL color Cylindrical-coordinate representation of color #005C93: hue angle of 202.45º 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 #005C93 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 92 147 -
CMYK 1 0.37 0 0.42
HSL 202.45º 1% 0.29% -
HSV(B) 202.45º 1% 0.58% -
XYZ 9.09 9.76 29.01 -
YUV 70.76 171.02 77.53 -
System Red Green Blue C M Y K H S L
Decimal 0 92 147 1 0.37 0 0.42 202.45 1 0.29
Hex 0 5C 93 64 25 0 2A CA 64 1D
Octal 0 134 223 144 45 0 52 312 144 35
Binary 0 1011100 10010011 1100100 100101 0 101010 11001010 1100100 11101

Color Harmonies of #005C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C93

Black with #005C93

Text Example


Text Example

White with #005C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,92,147); }

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

background-color css

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

 a { background-color: rgb(0,92,147); }

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

border-color css

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

 span { border-color: rgb(0,92,147); }

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