Html Css Color HEX #023280 Dark Cerulean

📋 copy color: '#023280'

red 2 ◦ green 50 ◦ blue 128

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

Shades of Dark Cerulean #023280

Tints of Dark Cerulean #023280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

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

R = 1.11%
G = 27.78%
B = 71.11%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#023280 (or 0x023280) is known color: Dark Cerulean. HEX triplet: 02, 32 and 80. RGB value is (2,50,128). Sum of RGB (Red+Green+Blue) = 2+50+128=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #023280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023280 is #FDCD7F. Grayscale: #2C2C2C. Windows color (decimal): -16633216 or 8401410. OLE color: 8401410.

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

Color convert

RGB 2 50 128 -
CMYK 0.98 0.61 0 0.50
HSL 217.14º 0.97% 0.25% -
HSV(B) 217.14º 0.98% 0.5% -
XYZ 5.06 3.85 20.9 -
YUV 44.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 2 50 128 0.98 0.61 0 0.50 217.14 0.97 0.25
Hex 2 32 80 62 3D 0 32 D9 61 19
Octal 2 62 200 142 75 0 62 331 141 31
Binary 10 110010 10000000 1100010 111101 0 110010 11011001 1100001 11001

Color Harmonies of #023280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023280

Black with #023280

Text Example


Text Example

White with #023280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023280; }

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

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

background-color css

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

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

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

border-color css

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

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

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