Html Css Color HEX #005C94 Dark Cerulean

📋 copy color: '#005C94'

red 0 ◦ green 92 ◦ blue 148

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

Shades of Dark Cerulean #005C94

Tints of Dark Cerulean #005C94

RGB

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

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

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

R = 0%
G = 38.33%
B = 61.67%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005C94 (or 0x005C94) is known color: Dark Cerulean. HEX triplet: 00, 5C and 94. RGB value is (0,92,148). Sum of RGB (Red+Green+Blue) = 0+92+148=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #005C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C94 is #FFA36B. Grayscale: #464646. Windows color (decimal): -16753516 or 9722880. OLE color: 9722880.

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

Color convert

RGB 0 92 148 -
CMYK 1 0.38 0 0.42
HSL 202.7º 1% 0.29% -
HSV(B) 202.7º 1% 0.58% -
XYZ 9.17 9.79 29.42 -
YUV 70.88 171.52 77.45 -
System Red Green Blue C M Y K H S L
Decimal 0 92 148 1 0.38 0 0.42 202.7 1 0.29
Hex 0 5C 94 64 26 0 2A CB 64 1D
Octal 0 134 224 144 46 0 52 313 144 35
Binary 0 1011100 10010100 1100100 100110 0 101010 11001011 1100100 11101

Color Harmonies of #005C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C94

Black with #005C94

Text Example


Text Example

White with #005C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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