Html Css Color HEX #005075 Dark Cerulean

📋 copy color: '#005075'

red 0 ◦ green 80 ◦ blue 117

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

Shades of Dark Cerulean #005075

Tints of Dark Cerulean #005075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 0%
G = 40.61%
B = 59.39%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005075 (or 0x005075) is known color: Dark Cerulean. HEX triplet: 00, 50 and 75. RGB value is (0,80,117). Sum of RGB (Red+Green+Blue) = 0+80+117=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #005075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005075 is #FFAF8A. Grayscale: #3C3C3C. Windows color (decimal): -16756619 or 7688192. OLE color: 7688192.

HSL color Cylindrical-coordinate representation of color #005075: hue angle of 198.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005075 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 80 117 -
CMYK 1 0.32 0 0.54
HSL 198.97º 1% 0.23% -
HSV(B) 198.97º 1% 0.46% -
XYZ 6.08 7.02 17.86 -
YUV 60.3 160 84.99 -
System Red Green Blue C M Y K H S L
Decimal 0 80 117 1 0.32 0 0.54 198.97 1 0.23
Hex 0 50 75 64 20 0 36 C7 64 17
Octal 0 120 165 144 40 0 66 307 144 27
Binary 0 1010000 1110101 1100100 100000 0 110110 11000111 1100100 10111

Color Harmonies of #005075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005075

Black with #005075

Text Example


Text Example

White with #005075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005075; }

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

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

background-color css

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

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

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

border-color css

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

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

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