Html Css Color HEX #023281 Dark Cerulean

📋 copy color: '#023281'

red 2 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #023281

Tints of Dark Cerulean #023281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 71.27%

R = 1.1%
G = 27.62%
B = 71.27%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#023281 (or 0x023281) is known color: Dark Cerulean. HEX triplet: 02, 32 and 81. RGB value is (2,50,129). Sum of RGB (Red+Green+Blue) = 2+50+129=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #023281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023281 is #FDCD7E. Grayscale: #2C2C2C. Windows color (decimal): -16633215 or 8466946. OLE color: 8466946.

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

Color convert

RGB 2 50 129 -
CMYK 0.98 0.61 0 0.49
HSL 217.32º 0.97% 0.26% -
HSV(B) 217.32º 0.98% 0.51% -
XYZ 5.13 3.88 21.25 -
YUV 44.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 2 50 129 0.98 0.61 0 0.49 217.32 0.97 0.26
Hex 2 32 81 62 3D 0 31 D9 61 1A
Octal 2 62 201 142 75 0 61 331 141 32
Binary 10 110010 10000001 1100010 111101 0 110001 11011001 1100001 11010

Color Harmonies of #023281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023281

Black with #023281

Text Example


Text Example

White with #023281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023281; }

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

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

background-color css

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

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

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

border-color css

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

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

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