Html Css Color HEX #09267D Sapphire

📋 copy color: '#09267D'

red 9 ◦ green 38 ◦ blue 125

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

Shades of Sapphire #09267D

Tints of Sapphire #09267D

RGB

 RED value IS 9 (3.91% from 255) = 5.23%

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 125 (49.22% from 255) = 72.67%

R = 5.23%
G = 22.09%
B = 72.67%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09267D (or 0x09267D) is known color: Sapphire. HEX triplet: 09, 26 and 7D. RGB value is (9,38,125). Sum of RGB (Red+Green+Blue) = 9+38+125=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #09267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09267D is #F6D982. Grayscale: #262626. Windows color (decimal): -16177539 or 8201737. OLE color: 8201737.

HSL color Cylindrical-coordinate representation of color #09267D: hue angle of 225º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09267D is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 38 125 -
CMYK 0.93 0.70 0 0.51
HSL 225º 0.87% 0.26% -
HSV(B) 225º 0.93% 0.49% -
XYZ 4.51 2.92 19.73 -
YUV 39.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 9 38 125 0.93 0.70 0 0.51 225 0.87 0.26
Hex 9 26 7D 5D 46 0 33 E1 57 1A
Octal 11 46 175 135 106 0 63 341 127 32
Binary 1001 100110 1111101 1011101 1000110 0 110011 11100001 1010111 11010

Color Harmonies of #09267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09267D

Black with #09267D

Text Example


Text Example

White with #09267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,38,125); }

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

background-color css

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

 a { background-color: rgb(9,38,125); }

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

border-color css

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

 span { border-color: rgb(9,38,125); }

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