Html Css Color HEX #09238F Smalt

📋 copy color: '#09238F'

red 9 ◦ green 35 ◦ blue 143

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

Shades of Smalt #09238F

Tints of Smalt #09238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 143 (56.25% from 255) = 76.47%

R = 4.81%
G = 18.72%
B = 76.47%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09238F (or 0x09238F) is known color: Smalt. HEX triplet: 09, 23 and 8F. RGB value is (9,35,143). Sum of RGB (Red+Green+Blue) = 9+35+143=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 143 (56.25% from 255 or 76.47% from 187); Max value from RGB is 143 - color contains mainly: blue. Hex color #09238F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09238F is #F6DC70. Grayscale: #272727. Windows color (decimal): -16178289 or 9380617. OLE color: 9380617.

HSL color Cylindrical-coordinate representation of color #09238F: hue angle of 228.36º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09238F is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 35 143 -
CMYK 0.94 0.76 0 0.44
HSL 228.36º 0.88% 0.3% -
HSV(B) 228.36º 0.94% 0.56% -
XYZ 5.67 3.24 26.31 -
YUV 39.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 9 35 143 0.94 0.76 0 0.44 228.36 0.88 0.3
Hex 9 23 8F 5E 4C 0 2C E4 58 1E
Octal 11 43 217 136 114 0 54 344 130 36
Binary 1001 100011 10001111 1011110 1001100 0 101100 11100100 1011000 11110

Color Harmonies of #09238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09238F

Black with #09238F

Text Example


Text Example

White with #09238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,35,143); }

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

background-color css

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

 a { background-color: rgb(9,35,143); }

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

border-color css

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

 span { border-color: rgb(9,35,143); }

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