Html Css Color HEX #09254B Sapphire

📋 copy color: '#09254B'

red 9 ◦ green 37 ◦ blue 75

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

Shades of Sapphire #09254B

Tints of Sapphire #09254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 61.98%

R = 7.44%
G = 30.58%
B = 61.98%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09254B (or 0x09254B) is known color: Sapphire. HEX triplet: 09, 25 and 4B. RGB value is (9,37,75). Sum of RGB (Red+Green+Blue) = 9+37+75=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #09254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09254B is #F6DAB4. Grayscale: #202020. Windows color (decimal): -16177845 or 4924681. OLE color: 4924681.

HSL color Cylindrical-coordinate representation of color #09254B: hue angle of 214.55º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09254B is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 37 75 -
CMYK 0.88 0.51 0 0.71
HSL 214.55º 0.79% 0.16% -
HSV(B) 214.55º 0.88% 0.29% -
XYZ 2.04 1.89 6.91 -
YUV 32.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 9 37 75 0.88 0.51 0 0.71 214.55 0.79 0.16
Hex 9 25 4B 58 33 0 47 D7 4F 10
Octal 11 45 113 130 63 0 107 327 117 20
Binary 1001 100101 1001011 1011000 110011 0 1000111 11010111 1001111 10000

Color Harmonies of #09254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09254B

Black with #09254B

Text Example


Text Example

White with #09254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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