Html Css Color HEX #022353 Sapphire

📋 copy color: '#022353'

red 2 ◦ green 35 ◦ blue 83

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

Shades of Sapphire #022353

Tints of Sapphire #022353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

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

R = 1.67%
G = 29.17%
B = 69.17%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022353 (or 0x022353) is known color: Sapphire. HEX triplet: 02, 23 and 53. RGB value is (2,35,83). Sum of RGB (Red+Green+Blue) = 2+35+83=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #022353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022353 is #FDDCAC. Grayscale: #1E1E1E. Windows color (decimal): -16637101 or 5448450. OLE color: 5448450.

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

Color convert

RGB 2 35 83 -
CMYK 0.98 0.58 0 0.67
HSL 215.56º 0.95% 0.17% -
HSV(B) 215.56º 0.98% 0.33% -
XYZ 2.19 1.84 8.42 -
YUV 30.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 2 35 83 0.98 0.58 0 0.67 215.56 0.95 0.17
Hex 2 23 53 62 3A 0 43 D8 5F 11
Octal 2 43 123 142 72 0 103 330 137 21
Binary 10 100011 1010011 1100010 111010 0 1000011 11011000 1011111 10001

Color Harmonies of #022353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022353

Black with #022353

Text Example


Text Example

White with #022353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022353; }

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

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

background-color css

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

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

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

border-color css

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

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

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