Html Css Color HEX #002357 Sapphire

📋 copy color: '#002357'

red 0 ◦ green 35 ◦ blue 87

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

Shades of Sapphire #002357

Tints of Sapphire #002357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 71.31%

R = 0%
G = 28.69%
B = 71.31%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#002357 (or 0x002357) is known color: Sapphire. HEX triplet: 00, 23 and 57. RGB value is (0,35,87). Sum of RGB (Red+Green+Blue) = 0+35+87=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 87 (34.38% from 255 or 71.31% from 122); Max value from RGB is 87 - color contains mainly: blue. Hex color #002357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002357 is #FFDCA8. Grayscale: #1E1E1E. Windows color (decimal): -16768169 or 5710592. OLE color: 5710592.

HSL color Cylindrical-coordinate representation of color #002357: hue angle of 215.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002357 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 35 87 -
CMYK 1 0.60 0 0.66
HSL 215.86º 1% 0.17% -
HSV(B) 215.86º 1% 0.34% -
XYZ 2.32 1.89 9.26 -
YUV 30.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 0 35 87 1 0.60 0 0.66 215.86 1 0.17
Hex 0 23 57 64 3C 0 42 D8 64 11
Octal 0 43 127 144 74 0 102 330 144 21
Binary 0 100011 1010111 1100100 111100 0 1000010 11011000 1100100 10001

Color Harmonies of #002357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002357

Black with #002357

Text Example


Text Example

White with #002357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002357; }

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

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

background-color css

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

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

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

border-color css

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

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

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