#023A86

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

Shades of Dark Cerulean #023A86

Tints of Dark Cerulean #023A86

Color information

#023A86 (or 0x023A86) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3A and 86. RGB value is (2,58,134). Sum of RGB (Red+Green+Blue) = 2+58+134=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #023A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023A86 is #FDC579. Grayscale: #313131. Windows color (decimal): -16631162 or 8796674. OLE color: 8796674.

HSL color Cylindrical-coordinate representation of color #023A86: hue angle of 214.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023A86 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB258134-
CMYK0.990.5700.47
HSL214.55º97.06%26.67%-
HSV(B)214.55º98.51%52.55%-
XYZ5.844.7623.17-
YUV49.92175.4593.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 134 (52.73% from 255) = 69.07%
R=1.03%
G=29.90%
B=69.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2581340.990.5700.47214.5597.0626.67
Hex23A86633902Fd7611b
Octal2722061437105732714133
Binary10111010100001101100011111001010111111010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A86; }

 p { color: rgb(2,58,134); }

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

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

 a { background-color: rgb(2,58,134); }

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

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

 span { border-color: rgb(2,58,134); }

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