Html Css Color HEX #002368 Sapphire

📋 copy color: '#002368'

red 0 ◦ green 35 ◦ blue 104

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

Shades of Sapphire #002368

Tints of Sapphire #002368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 74.82%

R = 0%
G = 25.18%
B = 74.82%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002368 (or 0x002368) is known color: Sapphire. HEX triplet: 00, 23 and 68. RGB value is (0,35,104). Sum of RGB (Red+Green+Blue) = 0+35+104=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #002368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002368 is #FFDC97. Grayscale: #202020. Windows color (decimal): -16768152 or 6824704. OLE color: 6824704.

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

Color convert

RGB 0 35 104 -
CMYK 1 0.66 0 0.59
HSL 219.81º 1% 0.2% -
HSV(B) 219.81º 1% 0.41% -
XYZ 3.1 2.2 13.36 -
YUV 32.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 0 35 104 1 0.66 0 0.59 219.81 1 0.2
Hex 0 23 68 64 42 0 3B DC 64 14
Octal 0 43 150 144 102 0 73 334 144 24
Binary 0 100011 1101000 1100100 1000010 0 111011 11011100 1100100 10100

Color Harmonies of #002368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002368

Black with #002368

Text Example


Text Example

White with #002368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002368; }

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

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

background-color css

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

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

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

border-color css

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

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

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