Html Css Color HEX #00226B Sapphire

📋 copy color: '#00226B'

red 0 ◦ green 34 ◦ blue 107

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

Shades of Sapphire #00226B

Tints of Sapphire #00226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 75.89%

R = 0%
G = 24.11%
B = 75.89%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00226B (or 0x00226B) is known color: Sapphire. HEX triplet: 00, 22 and 6B. RGB value is (0,34,107). Sum of RGB (Red+Green+Blue) = 0+34+107=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 107 (42.19% from 255 or 75.89% from 141); Max value from RGB is 107 - color contains mainly: blue. Hex color #00226B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00226B is #FFDD94. Grayscale: #1F1F1F. Windows color (decimal): -16768405 or 7021056. OLE color: 7021056.

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

Color convert

RGB 0 34 107 -
CMYK 1 0.68 0 0.58
HSL 220.93º 1% 0.21% -
HSV(B) 220.93º 1% 0.42% -
XYZ 3.23 2.21 14.17 -
YUV 32.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 0 34 107 1 0.68 0 0.58 220.93 1 0.21
Hex 0 22 6B 64 44 0 3A DD 64 15
Octal 0 42 153 144 104 0 72 335 144 25
Binary 0 100010 1101011 1100100 1000100 0 111010 11011101 1100100 10101

Color Harmonies of #00226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00226B

Black with #00226B

Text Example


Text Example

White with #00226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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