Html Css Color HEX #07369B Smalt

📋 copy color: '#07369B'

red 7 ◦ green 54 ◦ blue 155

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

Shades of Smalt #07369B

Tints of Smalt #07369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 3.24%
G = 25%
B = 71.76%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07369B (or 0x07369B) is known color: Smalt. HEX triplet: 07, 36 and 9B. RGB value is (7,54,155). Sum of RGB (Red+Green+Blue) = 7+54+155=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #07369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07369B is #F8C964. Grayscale: #333333. Windows color (decimal): -16304485 or 10171911. OLE color: 10171911.

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

Color convert

RGB 7 54 155 -
CMYK 0.95 0.65 0 0.39
HSL 220.95º 0.91% 0.32% -
HSV(B) 220.95º 0.95% 0.61% -
XYZ 7.32 5.05 31.6 -
YUV 51.46 186.43 96.29 -
System Red Green Blue C M Y K H S L
Decimal 7 54 155 0.95 0.65 0 0.39 220.95 0.91 0.32
Hex 7 36 9B 5F 41 0 27 DD 5B 20
Octal 7 66 233 137 101 0 47 335 133 40
Binary 111 110110 10011011 1011111 1000001 0 100111 11011101 1011011 100000

Color Harmonies of #07369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07369B

Black with #07369B

Text Example


Text Example

White with #07369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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