Html Css Color HEX #022453 Sapphire

📋 copy color: '#022453'

red 2 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #022453

Tints of Sapphire #022453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.75%

 BLUE value IS 83 (32.81% from 255) = 68.6%

R = 1.65%
G = 29.75%
B = 68.6%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022453 (or 0x022453) is known color: Sapphire. HEX triplet: 02, 24 and 53. RGB value is (2,36,83). Sum of RGB (Red+Green+Blue) = 2+36+83=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #022453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022453 is #FDDBAC. Grayscale: #1E1E1E. Windows color (decimal): -16636845 or 5448706. OLE color: 5448706.

HSL color Cylindrical-coordinate representation of color #022453: hue angle of 214.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022453 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 36 83 -
CMYK 0.98 0.57 0 0.67
HSL 214.81º 0.95% 0.17% -
HSV(B) 214.81º 0.98% 0.33% -
XYZ 2.22 1.9 8.43 -
YUV 31.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 2 36 83 0.98 0.57 0 0.67 214.81 0.95 0.17
Hex 2 24 53 62 39 0 43 D7 5F 11
Octal 2 44 123 142 71 0 103 327 137 21
Binary 10 100100 1010011 1100010 111001 0 1000011 11010111 1011111 10001

Color Harmonies of #022453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022453

Black with #022453

Text Example


Text Example

White with #022453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022453; }

 p { color: rgb(2,36,83); }

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

background-color css

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

 a { background-color: rgb(2,36,83); }

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

border-color css

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

 span { border-color: rgb(2,36,83); }

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