#004B6C

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

Shades of Dark Cerulean #004B6C

Tints of Dark Cerulean #004B6C

Color information

#004B6C (or 0x004B6C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4B and 6C. RGB value is (0,75,108). Sum of RGB (Red+Green+Blue) = 0+75+108=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #004B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B6C is #FFB493. Grayscale: #383838. Windows color (decimal): -16757908 or 7097088. OLE color: 7097088.

HSL color Cylindrical-coordinate representation of color #004B6C: hue angle of 198.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B6C is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB075108-
CMYK10.3100.58
HSL198.33º100%21.18%-
HSV(B)198.33º100%42.35%-
XYZ5.226.1115.09-
YUV56.34157.1587.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=0%
G=40.98%
B=59.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal07510810.3100.58198.3310021.18
Hex04B6C641F03Ac66415
Octal01131541443707230614425
Binary010010111101100110010011111011101011000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,75,108); }

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

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

 a { background-color: rgb(0,75,108); }

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

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

 span { border-color: rgb(0,75,108); }

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