Html Css Color HEX #023B82 Dark Cerulean

📋 copy color: '#023B82'

red 2 ◦ green 59 ◦ blue 130

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

Shades of Dark Cerulean #023B82

Tints of Dark Cerulean #023B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.89%

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

R = 1.05%
G = 30.89%
B = 68.06%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#023B82 (or 0x023B82) is known color: Dark Cerulean. HEX triplet: 02, 3B and 82. RGB value is (2,59,130). Sum of RGB (Red+Green+Blue) = 2+59+130=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #023B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023B82 is #FDC47D. Grayscale: #313131. Windows color (decimal): -16630910 or 8534786. OLE color: 8534786.

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

Color convert

RGB 2 59 130 -
CMYK 0.98 0.55 0 0.49
HSL 213.28º 0.97% 0.26% -
HSV(B) 213.28º 0.98% 0.51% -
XYZ 5.62 4.75 21.74 -
YUV 50.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 2 59 130 0.98 0.55 0 0.49 213.28 0.97 0.26
Hex 2 3B 82 62 37 0 31 D5 61 1A
Octal 2 73 202 142 67 0 61 325 141 32
Binary 10 111011 10000010 1100010 110111 0 110001 11010101 1100001 11010

Color Harmonies of #023B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B82

Black with #023B82

Text Example


Text Example

White with #023B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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