Html Css Color HEX #07339B Smalt

📋 copy color: '#07339B'

red 7 ◦ green 51 ◦ blue 155

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

Shades of Smalt #07339B

Tints of Smalt #07339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 3.29%
G = 23.94%
B = 72.77%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07339B (or 0x07339B) is known color: Smalt. HEX triplet: 07, 33 and 9B. RGB value is (7,51,155). Sum of RGB (Red+Green+Blue) = 7+51+155=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #07339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07339B is #F8CC64. Grayscale: #313131. Windows color (decimal): -16305253 or 10171143. OLE color: 10171143.

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

Color convert

RGB 7 51 155 -
CMYK 0.95 0.67 0 0.39
HSL 222.16º 0.91% 0.32% -
HSV(B) 222.16º 0.95% 0.61% -
XYZ 7.19 4.78 31.55 -
YUV 49.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 7 51 155 0.95 0.67 0 0.39 222.16 0.91 0.32
Hex 7 33 9B 5F 43 0 27 DE 5B 20
Octal 7 63 233 137 103 0 47 336 133 40
Binary 111 110011 10011011 1011111 1000011 0 100111 11011110 1011011 100000

Color Harmonies of #07339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07339B

Black with #07339B

Text Example


Text Example

White with #07339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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