#023782

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

Shades of Dark Cerulean #023782

Tints of Dark Cerulean #023782

Color information

#023782 (or 0x023782) is unknown color: approx Dark Cerulean. HEX triplet: 02, 37 and 82. RGB value is (2,55,130). Sum of RGB (Red+Green+Blue) = 2+55+130=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #023782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023782 is #FDC87D. Grayscale: #2F2F2F. Windows color (decimal): -16631934 or 8533762. OLE color: 8533762.

HSL color Cylindrical-coordinate representation of color #023782: hue angle of 215.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023782 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB255130-
CMYK0.980.5800.49
HSL215.16º96.97%25.88%-
HSV(B)215.16º98.46%50.98%-
XYZ5.424.3621.67-
YUV47.7174.4495.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 130 (51.17% from 255) = 69.52%
R=1.07%
G=29.41%
B=69.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2551300.980.5800.49215.1696.9725.88
Hex23782623A031d7611a
Octal2672021427206132714132
Binary10110111100000101100010111010011000111010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023782; }

 p { color: rgb(2,55,130); }

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

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

 a { background-color: rgb(2,55,130); }

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

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

 span { border-color: rgb(2,55,130); }

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