Html Css Color HEX #002375 Sapphire

📋 copy color: '#002375'

red 0 ◦ green 35 ◦ blue 117

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

Shades of Sapphire #002375

Tints of Sapphire #002375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 76.97%

R = 0%
G = 23.03%
B = 76.97%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#002375 (or 0x002375) is known color: Sapphire. HEX triplet: 00, 23 and 75. RGB value is (0,35,117). Sum of RGB (Red+Green+Blue) = 0+35+117=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #002375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002375 is #FFDC8A. Grayscale: #212121. Windows color (decimal): -16768139 or 7676672. OLE color: 7676672.

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

Color convert

RGB 0 35 117 -
CMYK 1 0.70 0 0.54
HSL 222.05º 1% 0.23% -
HSV(B) 222.05º 1% 0.46% -
XYZ 3.81 2.49 17.11 -
YUV 33.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 0 35 117 1 0.70 0 0.54 222.05 1 0.23
Hex 0 23 75 64 46 0 36 DE 64 17
Octal 0 43 165 144 106 0 66 336 144 27
Binary 0 100011 1110101 1100100 1000110 0 110110 11011110 1100100 10111

Color Harmonies of #002375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002375

Black with #002375

Text Example


Text Example

White with #002375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002375; }

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

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

background-color css

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

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

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

border-color css

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

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

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