Html Css Color HEX #002364 Sapphire

📋 copy color: '#002364'

red 0 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #002364

Tints of Sapphire #002364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 74.07%

R = 0%
G = 25.93%
B = 74.07%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#002364 (or 0x002364) is known color: Sapphire. HEX triplet: 00, 23 and 64. RGB value is (0,35,100). Sum of RGB (Red+Green+Blue) = 0+35+100=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #002364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002364 is #FFDC9B. Grayscale: #1F1F1F. Windows color (decimal): -16768156 or 6562560. OLE color: 6562560.

HSL color Cylindrical-coordinate representation of color #002364: hue angle of 219º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002364 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 35 100 -
CMYK 1 0.65 0 0.61
HSL 219º 1% 0.2% -
HSV(B) 219º 1% 0.39% -
XYZ 2.9 2.12 12.31 -
YUV 31.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 0 35 100 1 0.65 0 0.61 219 1 0.2
Hex 0 23 64 64 41 0 3D DB 64 14
Octal 0 43 144 144 101 0 75 333 144 24
Binary 0 100011 1100100 1100100 1000001 0 111101 11011011 1100100 10100

Color Harmonies of #002364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002364

Black with #002364

Text Example


Text Example

White with #002364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002364; }

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

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

background-color css

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

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

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

border-color css

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

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

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