Html Css Color HEX #002370 Sapphire

📋 copy color: '#002370'

red 0 ◦ green 35 ◦ blue 112

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

Shades of Sapphire #002370

Tints of Sapphire #002370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 76.19%

R = 0%
G = 23.81%
B = 76.19%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002370 (or 0x002370) is known color: Sapphire. HEX triplet: 00, 23 and 70. RGB value is (0,35,112). Sum of RGB (Red+Green+Blue) = 0+35+112=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #002370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002370 is #FFDC8F. Grayscale: #202020. Windows color (decimal): -16768144 or 7348992. OLE color: 7348992.

HSL color Cylindrical-coordinate representation of color #002370: hue angle of 221.25º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002370 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 35 112 -
CMYK 1 0.69 0 0.56
HSL 221.25º 1% 0.22% -
HSV(B) 221.25º 1% 0.44% -
XYZ 3.53 2.37 15.6 -
YUV 33.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 0 35 112 1 0.69 0 0.56 221.25 1 0.22
Hex 0 23 70 64 45 0 38 DD 64 16
Octal 0 43 160 144 105 0 70 335 144 26
Binary 0 100011 1110000 1100100 1000101 0 111000 11011101 1100100 10110

Color Harmonies of #002370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002370

Black with #002370

Text Example


Text Example

White with #002370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002370; }

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

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

background-color css

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

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

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

border-color css

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

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

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