Html Css Color HEX #09257B Sapphire

📋 copy color: '#09257B'

red 9 ◦ green 37 ◦ blue 123

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

Shades of Sapphire #09257B

Tints of Sapphire #09257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 123 (48.44% from 255) = 72.78%

R = 5.33%
G = 21.89%
B = 72.78%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09257B (or 0x09257B) is known color: Sapphire. HEX triplet: 09, 25 and 7B. RGB value is (9,37,123). Sum of RGB (Red+Green+Blue) = 9+37+123=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #09257B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09257B is #F6DA84. Grayscale: #262626. Windows color (decimal): -16177797 or 8070409. OLE color: 8070409.

HSL color Cylindrical-coordinate representation of color #09257B: hue angle of 225.26º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09257B is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 37 123 -
CMYK 0.93 0.70 0 0.52
HSL 225.26º 0.86% 0.26% -
HSV(B) 225.26º 0.93% 0.48% -
XYZ 4.35 2.81 19.05 -
YUV 38.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 9 37 123 0.93 0.70 0 0.52 225.26 0.86 0.26
Hex 9 25 7B 5D 46 0 34 E1 56 1A
Octal 11 45 173 135 106 0 64 341 126 32
Binary 1001 100101 1111011 1011101 1000110 0 110100 11100001 1010110 11010

Color Harmonies of #09257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09257B

Black with #09257B

Text Example


Text Example

White with #09257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,37,123); }

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

background-color css

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

 a { background-color: rgb(9,37,123); }

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

border-color css

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

 span { border-color: rgb(9,37,123); }

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