#006392

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

Shades of Cerulean #006392

Tints of Cerulean #006392

Color information

#006392 (or 0x006392) is unknown color: approx Cerulean. HEX triplet: 00, 63 and 92. RGB value is (0,99,146). Sum of RGB (Red+Green+Blue) = 0+99+146=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #006392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006392 is #FF9C6D. Grayscale: #4A4A4A. Windows color (decimal): -16751726 or 9593600. OLE color: 9593600.

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

Color convert

RGB099146-
CMYK10.3200.43
HSL199.32º100%28.63%-
HSV(B)199.32º100%57.25%-
XYZ9.651128.81-
YUV74.76168.274.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=0%
G=40.41%
B=59.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal09914610.3200.43199.3210028.63
Hex06392642002Bc7641d
Octal01432221444005330714435
Binary01100011100100101100100100000010101111000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006392; }

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

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

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

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

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

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

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

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