Html Css Color HEX #09429B Smalt

📋 copy color: '#09429B'

red 9 ◦ green 66 ◦ blue 155

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

Shades of Smalt #09429B

Tints of Smalt #09429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 3.91%
G = 28.7%
B = 67.39%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09429B (or 0x09429B) is known color: Smalt. HEX triplet: 09, 42 and 9B. RGB value is (9,66,155). Sum of RGB (Red+Green+Blue) = 9+66+155=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #09429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09429B is #F6BD64. Grayscale: #3A3A3A. Windows color (decimal): -16170341 or 10174985. OLE color: 10174985.

HSL color Cylindrical-coordinate representation of color #09429B: hue angle of 216.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09429B is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 66 155 -
CMYK 0.94 0.57 0 0.39
HSL 216.58º 0.89% 0.32% -
HSV(B) 216.58º 0.94% 0.61% -
XYZ 7.98 6.32 31.81 -
YUV 59.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 9 66 155 0.94 0.57 0 0.39 216.58 0.89 0.32
Hex 9 42 9B 5E 39 0 27 D9 59 20
Octal 11 102 233 136 71 0 47 331 131 40
Binary 1001 1000010 10011011 1011110 111001 0 100111 11011001 1011001 100000

Color Harmonies of #09429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09429B

Black with #09429B

Text Example


Text Example

White with #09429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,66,155); }

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

background-color css

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

 a { background-color: rgb(9,66,155); }

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

border-color css

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

 span { border-color: rgb(9,66,155); }

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