Html Css Color HEX #005692 Dark Cerulean

📋 copy color: '#005692'

red 0 ◦ green 86 ◦ blue 146

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

Shades of Dark Cerulean #005692

Tints of Dark Cerulean #005692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

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

R = 0%
G = 37.07%
B = 62.93%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005692 (or 0x005692) is known color: Dark Cerulean. HEX triplet: 00, 56 and 92. RGB value is (0,86,146). Sum of RGB (Red+Green+Blue) = 0+86+146=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #005692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005692 is #FFA96D. Grayscale: #424242. Windows color (decimal): -16755054 or 9590272. OLE color: 9590272.

HSL color Cylindrical-coordinate representation of color #005692: hue angle of 204.66º 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 #005692 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 86 146 -
CMYK 1 0.41 0 0.43
HSL 204.66º 1% 0.29% -
HSV(B) 204.66º 1% 0.57% -
XYZ 8.52 8.73 28.43 -
YUV 67.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 0 86 146 1 0.41 0 0.43 204.66 1 0.29
Hex 0 56 92 64 29 0 2B CD 64 1D
Octal 0 126 222 144 51 0 53 315 144 35
Binary 0 1010110 10010010 1100100 101001 0 101011 11001101 1100100 11101

Color Harmonies of #005692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005692

Black with #005692

Text Example


Text Example

White with #005692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005692; }

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

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

background-color css

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

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

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

border-color css

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

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

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