Html Css Color HEX #002366 Sapphire

📋 copy color: '#002366'

red 0 ◦ green 35 ◦ blue 102

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

Shades of Sapphire #002366

Tints of Sapphire #002366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 74.45%

R = 0%
G = 25.55%
B = 74.45%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#002366 (or 0x002366) is known color: Sapphire. HEX triplet: 00, 23 and 66. RGB value is (0,35,102). Sum of RGB (Red+Green+Blue) = 0+35+102=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #002366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002366 is #FFDC99. Grayscale: #1F1F1F. Windows color (decimal): -16768154 or 6693632. OLE color: 6693632.

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

Color convert

RGB 0 35 102 -
CMYK 1 0.66 0 0.6
HSL 219.41º 1% 0.2% -
HSV(B) 219.41º 1% 0.4% -
XYZ 3 2.16 12.83 -
YUV 32.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 0 35 102 1 0.66 0 0.6 219.41 1 0.2
Hex 0 23 66 64 42 0 3C DB 64 14
Octal 0 43 146 144 102 0 74 333 144 24
Binary 0 100011 1100110 1100100 1000010 0 111100 11011011 1100100 10100

Color Harmonies of #002366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002366

Black with #002366

Text Example


Text Example

White with #002366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002366; }

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

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

background-color css

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

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

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

border-color css

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

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

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