Html Css Color HEX #09419B Smalt

📋 copy color: '#09419B'

red 9 ◦ green 65 ◦ blue 155

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

Shades of Smalt #09419B

Tints of Smalt #09419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

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

R = 3.93%
G = 28.38%
B = 67.69%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09419B (or 0x09419B) is known color: Smalt. HEX triplet: 09, 41 and 9B. RGB value is (9,65,155). Sum of RGB (Red+Green+Blue) = 9+65+155=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #09419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09419B is #F6BE64. Grayscale: #3A3A3A. Windows color (decimal): -16170597 or 10174729. OLE color: 10174729.

HSL color Cylindrical-coordinate representation of color #09419B: hue angle of 216.99º 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 #09419B is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 65 155 -
CMYK 0.94 0.58 0 0.39
HSL 216.99º 0.89% 0.32% -
HSV(B) 216.99º 0.94% 0.61% -
XYZ 7.92 6.21 31.79 -
YUV 58.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 9 65 155 0.94 0.58 0 0.39 216.99 0.89 0.32
Hex 9 41 9B 5E 3A 0 27 D9 59 20
Octal 11 101 233 136 72 0 47 331 131 40
Binary 1001 1000001 10011011 1011110 111010 0 100111 11011001 1011001 100000

Color Harmonies of #09419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09419B

Black with #09419B

Text Example


Text Example

White with #09419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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