Html Css Color HEX #002353 Sapphire

📋 copy color: '#002353'

red 0 ◦ green 35 ◦ blue 83

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

Shades of Sapphire #002353

Tints of Sapphire #002353

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 29.66%
B = 70.34%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#002353 (or 0x002353) is known color: Sapphire. HEX triplet: 00, 23 and 53. RGB value is (0,35,83). Sum of RGB (Red+Green+Blue) = 0+35+83=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #002353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002353 is #FFDCAC. Grayscale: #1D1D1D. Windows color (decimal): -16768173 or 5448448. OLE color: 5448448.

HSL color Cylindrical-coordinate representation of color #002353: hue angle of 214.7º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002353 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 35 83 -
CMYK 1 0.58 0 0.67
HSL 214.7º 1% 0.16% -
HSV(B) 214.7º 1% 0.33% -
XYZ 2.16 1.83 8.42 -
YUV 30.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 0 35 83 1 0.58 0 0.67 214.7 1 0.16
Hex 0 23 53 64 3A 0 43 D7 64 10
Octal 0 43 123 144 72 0 103 327 144 20
Binary 0 100011 1010011 1100100 111010 0 1000011 11010111 1100100 10000

Color Harmonies of #002353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002353

Black with #002353

Text Example


Text Example

White with #002353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002353; }

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

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

background-color css

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

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

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

border-color css

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

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

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