Html Css Color HEX #005093 Dark Cerulean

📋 copy color: '#005093'

red 0 ◦ green 80 ◦ blue 147

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

Shades of Dark Cerulean #005093

Tints of Dark Cerulean #005093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 0%
G = 35.24%
B = 64.76%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005093 (or 0x005093) is known color: Dark Cerulean. HEX triplet: 00, 50 and 93. RGB value is (0,80,147). Sum of RGB (Red+Green+Blue) = 0+80+147=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #005093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005093 is #FFAF6C. Grayscale: #3F3F3F. Windows color (decimal): -16756589 or 9654272. OLE color: 9654272.

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

Color convert

RGB 0 80 147 -
CMYK 1 0.46 0 0.42
HSL 207.35º 1% 0.29% -
HSV(B) 207.35º 1% 0.58% -
XYZ 8.14 7.84 28.69 -
YUV 63.72 175 82.55 -
System Red Green Blue C M Y K H S L
Decimal 0 80 147 1 0.46 0 0.42 207.35 1 0.29
Hex 0 50 93 64 2E 0 2A CF 64 1D
Octal 0 120 223 144 56 0 52 317 144 35
Binary 0 1010000 10010011 1100100 101110 0 101010 11001111 1100100 11101

Color Harmonies of #005093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005093

Black with #005093

Text Example


Text Example

White with #005093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005093; }

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

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

background-color css

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

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

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

border-color css

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

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

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