Html Css Color HEX #002373 Sapphire

📋 copy color: '#002373'

red 0 ◦ green 35 ◦ blue 115

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

Shades of Sapphire #002373

Tints of Sapphire #002373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 76.67%

R = 0%
G = 23.33%
B = 76.67%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002373 (or 0x002373) is known color: Sapphire. HEX triplet: 00, 23 and 73. RGB value is (0,35,115). Sum of RGB (Red+Green+Blue) = 0+35+115=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #002373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002373 is #FFDC8C. Grayscale: #212121. Windows color (decimal): -16768141 or 7545600. OLE color: 7545600.

HSL color Cylindrical-coordinate representation of color #002373: hue angle of 221.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002373 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 35 115 -
CMYK 1 0.70 0 0.55
HSL 221.74º 1% 0.23% -
HSV(B) 221.74º 1% 0.45% -
XYZ 3.7 2.44 16.5 -
YUV 33.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 0 35 115 1 0.70 0 0.55 221.74 1 0.23
Hex 0 23 73 64 46 0 37 DE 64 17
Octal 0 43 163 144 106 0 67 336 144 27
Binary 0 100011 1110011 1100100 1000110 0 110111 11011110 1100100 10111

Color Harmonies of #002373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002373

Black with #002373

Text Example


Text Example

White with #002373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002373; }

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

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

background-color css

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

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

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

border-color css

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

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

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