Html Css Color HEX #023982 Dark Cerulean

📋 copy color: '#023982'

red 2 ◦ green 57 ◦ blue 130

#023982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #023982

Tints of Dark Cerulean #023982

RGB

 RED value IS 2 (1.17% from 255) = 1.06%

 GREEN value IS 57 (22.66% from 255) = 30.16%

 BLUE value IS 130 (51.17% from 255) = 68.78%

R = 1.06%
G = 30.16%
B = 68.78%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#023982 (or 0x023982) is known color: Dark Cerulean. HEX triplet: 02, 39 and 82. RGB value is (2,57,130). Sum of RGB (Red+Green+Blue) = 2+57+130=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #023982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023982 is #FDC67D. Grayscale: #303030. Windows color (decimal): -16631422 or 8534274. OLE color: 8534274.

HSL color Cylindrical-coordinate representation of color #023982: hue angle of 214.22º 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 #023982 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 57 130 -
CMYK 0.98 0.56 0 0.49
HSL 214.22º 0.97% 0.26% -
HSV(B) 214.22º 0.98% 0.51% -
XYZ 5.52 4.55 21.71 -
YUV 48.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 2 57 130 0.98 0.56 0 0.49 214.22 0.97 0.26
Hex 2 39 82 62 38 0 31 D6 61 1A
Octal 2 71 202 142 70 0 61 326 141 32
Binary 10 111001 10000010 1100010 111000 0 110001 11010110 1100001 11010

Color Harmonies of #023982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023982

Black with #023982

Text Example


Text Example

White with #023982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023982; }

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

 H1.HeaderClassName
 {
   color: #023982;
 }
 .AnyTagClassName
 {
   color: #023982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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