Html Css Color HEX #002362 Sapphire

📋 copy color: '#002362'

red 0 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #002362

Tints of Sapphire #002362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 73.68%

R = 0%
G = 26.32%
B = 73.68%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002362 (or 0x002362) is known color: Sapphire. HEX triplet: 00, 23 and 62. RGB value is (0,35,98). Sum of RGB (Red+Green+Blue) = 0+35+98=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #002362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002362 is #FFDC9D. Grayscale: #1F1F1F. Windows color (decimal): -16768158 or 6431488. OLE color: 6431488.

HSL color Cylindrical-coordinate representation of color #002362: hue angle of 218.57º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002362 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 35 98 -
CMYK 1 0.64 0 0.62
HSL 218.57º 1% 0.19% -
HSV(B) 218.57º 1% 0.38% -
XYZ 2.81 2.08 11.81 -
YUV 31.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 0 35 98 1 0.64 0 0.62 218.57 1 0.19
Hex 0 23 62 64 40 0 3E DB 64 13
Octal 0 43 142 144 100 0 76 333 144 23
Binary 0 100011 1100010 1100100 1000000 0 111110 11011011 1100100 10011

Color Harmonies of #002362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002362

Black with #002362

Text Example


Text Example

White with #002362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002362; }

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

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

background-color css

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

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

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

border-color css

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

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

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