Html Css Color HEX #002361 Sapphire

📋 copy color: '#002361'

red 0 ◦ green 35 ◦ blue 97

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

Shades of Sapphire #002361

Tints of Sapphire #002361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 73.48%

R = 0%
G = 26.52%
B = 73.48%

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

#002361 (or 0x002361) is known color: Sapphire. HEX triplet: 00, 23 and 61. RGB value is (0,35,97). Sum of RGB (Red+Green+Blue) = 0+35+97=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #002361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002361 is #FFDC9E. Grayscale: #1F1F1F. Windows color (decimal): -16768159 or 6365952. OLE color: 6365952.

HSL color Cylindrical-coordinate representation of color #002361: hue angle of 218.35º 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 #002361 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 35 97 -
CMYK 1 0.64 0 0.62
HSL 218.35º 1% 0.19% -
HSV(B) 218.35º 1% 0.38% -
XYZ 2.76 2.07 11.56 -
YUV 31.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 0 35 97 1 0.64 0 0.62 218.35 1 0.19
Hex 0 23 61 64 40 0 3E DA 64 13
Octal 0 43 141 144 100 0 76 332 144 23
Binary 0 100011 1100001 1100100 1000000 0 111110 11011010 1100100 10011

Color Harmonies of #002361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002361

Black with #002361

Text Example


Text Example

White with #002361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002361; }

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

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

background-color css

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

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

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

border-color css

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

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

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