Html Css Color HEX #002261 Sapphire

📋 copy color: '#002261'

red 0 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #002261

Tints of Sapphire #002261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

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

R = 0%
G = 25.95%
B = 74.05%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002261 (or 0x002261) is known color: Sapphire. HEX triplet: 00, 22 and 61. RGB value is (0,34,97). Sum of RGB (Red+Green+Blue) = 0+34+97=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #002261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002261 is #FFDD9E. Grayscale: #1E1E1E. Windows color (decimal): -16768415 or 6365696. OLE color: 6365696.

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

Color convert

RGB 0 34 97 -
CMYK 1 0.65 0 0.62
HSL 218.97º 1% 0.19% -
HSV(B) 218.97º 1% 0.38% -
XYZ 2.73 2.01 11.55 -
YUV 31.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 0 34 97 1 0.65 0 0.62 218.97 1 0.19
Hex 0 22 61 64 41 0 3E DB 64 13
Octal 0 42 141 144 101 0 76 333 144 23
Binary 0 100010 1100001 1100100 1000001 0 111110 11011011 1100100 10011

Color Harmonies of #002261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002261

Black with #002261

Text Example


Text Example

White with #002261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002261; }

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

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

background-color css

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

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

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

border-color css

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

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

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