Html Css Color HEX #002251 Sapphire

📋 copy color: '#002251'

red 0 ◦ green 34 ◦ blue 81

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

Shades of Sapphire #002251

Tints of Sapphire #002251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 70.43%

R = 0%
G = 29.57%
B = 70.43%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002251 (or 0x002251) is known color: Sapphire. HEX triplet: 00, 22 and 51. RGB value is (0,34,81). Sum of RGB (Red+Green+Blue) = 0+34+81=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #002251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002251 is #FFDDAE. Grayscale: #1C1C1C. Windows color (decimal): -16768431 or 5317120. OLE color: 5317120.

HSL color Cylindrical-coordinate representation of color #002251: hue angle of 214.81º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002251 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 34 81 -
CMYK 1 0.58 0 0.68
HSL 214.81º 1% 0.16% -
HSV(B) 214.81º 1% 0.32% -
XYZ 2.06 1.74 8.01 -
YUV 29.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 0 34 81 1 0.58 0 0.68 214.81 1 0.16
Hex 0 22 51 64 3A 0 44 D7 64 10
Octal 0 42 121 144 72 0 104 327 144 20
Binary 0 100010 1010001 1100100 111010 0 1000100 11010111 1100100 10000

Color Harmonies of #002251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002251

Black with #002251

Text Example


Text Example

White with #002251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002251; }

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

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

background-color css

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

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

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

border-color css

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

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

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