Html Css Color HEX #00226F Sapphire

📋 copy color: '#00226F'

red 0 ◦ green 34 ◦ blue 111

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

Shades of Sapphire #00226F

Tints of Sapphire #00226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 0%
G = 23.45%
B = 76.55%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#00226F (or 0x00226F) is known color: Sapphire. HEX triplet: 00, 22 and 6F. RGB value is (0,34,111). Sum of RGB (Red+Green+Blue) = 0+34+111=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #00226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00226F is #FFDD90. Grayscale: #202020. Windows color (decimal): -16768401 or 7283200. OLE color: 7283200.

HSL color Cylindrical-coordinate representation of color #00226F: hue angle of 221.62º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00226F is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 34 111 -
CMYK 1 0.69 0 0.56
HSL 221.62º 1% 0.22% -
HSV(B) 221.62º 1% 0.44% -
XYZ 3.44 2.29 15.3 -
YUV 32.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 0 34 111 1 0.69 0 0.56 221.62 1 0.22
Hex 0 22 6F 64 45 0 38 DE 64 16
Octal 0 42 157 144 105 0 70 336 144 26
Binary 0 100010 1101111 1100100 1000101 0 111000 11011110 1100100 10110

Color Harmonies of #00226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00226F

Black with #00226F

Text Example


Text Example

White with #00226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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