Html Css Color HEX #023680 Dark Cerulean

📋 copy color: '#023680'

red 2 ◦ green 54 ◦ blue 128

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

Shades of Dark Cerulean #023680

Tints of Dark Cerulean #023680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 128 (50.39% from 255) = 69.57%

R = 1.09%
G = 29.35%
B = 69.57%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#023680 (or 0x023680) is known color: Dark Cerulean. HEX triplet: 02, 36 and 80. RGB value is (2,54,128). Sum of RGB (Red+Green+Blue) = 2+54+128=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #023680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023680 is #FDC97F. Grayscale: #2E2E2E. Windows color (decimal): -16632192 or 8402434. OLE color: 8402434.

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

Color convert

RGB 2 54 128 -
CMYK 0.98 0.58 0 0.50
HSL 215.24º 0.97% 0.25% -
HSV(B) 215.24º 0.98% 0.5% -
XYZ 5.24 4.21 20.96 -
YUV 46.89 173.77 95.98 -
System Red Green Blue C M Y K H S L
Decimal 2 54 128 0.98 0.58 0 0.50 215.24 0.97 0.25
Hex 2 36 80 62 3A 0 32 D7 61 19
Octal 2 66 200 142 72 0 62 327 141 31
Binary 10 110110 10000000 1100010 111010 0 110010 11010111 1100001 11001

Color Harmonies of #023680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023680

Black with #023680

Text Example


Text Example

White with #023680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023680; }

 p { color: rgb(2,54,128); }

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

background-color css

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

 a { background-color: rgb(2,54,128); }

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

border-color css

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

 span { border-color: rgb(2,54,128); }

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