Html Css Color HEX #00225D Sapphire

📋 copy color: '#00225D'

red 0 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #00225D

Tints of Sapphire #00225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 73.23%

R = 0%
G = 26.77%
B = 73.23%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00225D (or 0x00225D) is known color: Sapphire. HEX triplet: 00, 22 and 5D. RGB value is (0,34,93). Sum of RGB (Red+Green+Blue) = 0+34+93=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #00225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00225D is #FFDDA2. Grayscale: #1E1E1E. Windows color (decimal): -16768419 or 6103552. OLE color: 6103552.

HSL color Cylindrical-coordinate representation of color #00225D: hue angle of 218.06º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00225D is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 34 93 -
CMYK 1 0.63 0 0.64
HSL 218.06º 1% 0.18% -
HSV(B) 218.06º 1% 0.36% -
XYZ 2.55 1.93 10.6 -
YUV 30.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 0 34 93 1 0.63 0 0.64 218.06 1 0.18
Hex 0 22 5D 64 3F 0 40 DA 64 12
Octal 0 42 135 144 77 0 100 332 144 22
Binary 0 100010 1011101 1100100 111111 0 1000000 11011010 1100100 10010

Color Harmonies of #00225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00225D

Black with #00225D

Text Example


Text Example

White with #00225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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