Html Css Color HEX #00225B Sapphire

📋 copy color: '#00225B'

red 0 ◦ green 34 ◦ blue 91

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

Shades of Sapphire #00225B

Tints of Sapphire #00225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 72.8%

R = 0%
G = 27.2%
B = 72.8%

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

#00225B (or 0x00225B) is known color: Sapphire. HEX triplet: 00, 22 and 5B. RGB value is (0,34,91). Sum of RGB (Red+Green+Blue) = 0+34+91=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #00225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00225B is #FFDDA4. Grayscale: #1E1E1E. Windows color (decimal): -16768421 or 5972480. OLE color: 5972480.

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

Color convert

RGB 0 34 91 -
CMYK 1 0.63 0 0.64
HSL 217.58º 1% 0.18% -
HSV(B) 217.58º 1% 0.36% -
XYZ 2.46 1.9 10.13 -
YUV 30.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 0 34 91 1 0.63 0 0.64 217.58 1 0.18
Hex 0 22 5B 64 3F 0 40 DA 64 12
Octal 0 42 133 144 77 0 100 332 144 22
Binary 0 100010 1011011 1100100 111111 0 1000000 11011010 1100100 10010

Color Harmonies of #00225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00225B

Black with #00225B

Text Example


Text Example

White with #00225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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