Html Css Color HEX #07309B Smalt

📋 copy color: '#07309B'

red 7 ◦ green 48 ◦ blue 155

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

Shades of Smalt #07309B

Tints of Smalt #07309B

RGB

 RED value IS 7 (3.13% from 255) = 3.33%

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 3.33%
G = 22.86%
B = 73.81%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07309B (or 0x07309B) is known color: Smalt. HEX triplet: 07, 30 and 9B. RGB value is (7,48,155). Sum of RGB (Red+Green+Blue) = 7+48+155=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #07309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07309B is #F8CF64. Grayscale: #2F2F2F. Windows color (decimal): -16306021 or 10170375. OLE color: 10170375.

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

Color convert

RGB 7 48 155 -
CMYK 0.95 0.69 0 0.39
HSL 223.38º 0.91% 0.32% -
HSV(B) 223.38º 0.95% 0.61% -
XYZ 7.06 4.53 31.51 -
YUV 47.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 7 48 155 0.95 0.69 0 0.39 223.38 0.91 0.32
Hex 7 30 9B 5F 45 0 27 DF 5B 20
Octal 7 60 233 137 105 0 47 337 133 40
Binary 111 110000 10011011 1011111 1000101 0 100111 11011111 1011011 100000

Color Harmonies of #07309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07309B

Black with #07309B

Text Example


Text Example

White with #07309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,48,155); }

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

background-color css

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

 a { background-color: rgb(7,48,155); }

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

border-color css

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

 span { border-color: rgb(7,48,155); }

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