#004F75

Color #004F75 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004F75

Tints of Dark Cerulean #004F75

Color information

#004F75 (or 0x004F75) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4F and 75. RGB value is (0,79,117). Sum of RGB (Red+Green+Blue) = 0+79+117=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #004F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F75 is #FFB08A. Grayscale: #3B3B3B. Windows color (decimal): -16756875 or 7687936. OLE color: 7687936.

HSL color Cylindrical-coordinate representation of color #004F75: hue angle of 199.49º 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 #004F75 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB079117-
CMYK10.3200.54
HSL199.49º100%22.94%-
HSV(B)199.49º100%45.88%-
XYZ6.016.8817.84-
YUV59.71160.3385.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=0%
G=40.31%
B=59.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal07911710.3200.54199.4910022.94
Hex04F756420036c76417
Octal01171651444006630714427
Binary0100111111101011100100100000011011011000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004F75; }

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

 H1.HeaderClassName
 {
   color: #004F75;
 }
 .AnyTagClassName
 {
   color: #004F75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #004F75;
 }
 .BgClassName
 {
   background-color: #004F75;
 }
</style>
border-color css

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

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

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