Html Css Color HEX #07368B Smalt

📋 copy color: '#07368B'

red 7 ◦ green 54 ◦ blue 139

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

Shades of Smalt #07368B

Tints of Smalt #07368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 3.5%
G = 27%
B = 69.5%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07368B (or 0x07368B) is known color: Smalt. HEX triplet: 07, 36 and 8B. RGB value is (7,54,139). Sum of RGB (Red+Green+Blue) = 7+54+139=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #07368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07368B is #F8C974. Grayscale: #313131. Windows color (decimal): -16304501 or 9123335. OLE color: 9123335.

HSL color Cylindrical-coordinate representation of color #07368B: hue angle of 218.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07368B is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 54 139 -
CMYK 0.95 0.61 0 0.45
HSL 218.64º 0.9% 0.29% -
HSV(B) 218.64º 0.95% 0.55% -
XYZ 6.07 4.55 24.98 -
YUV 49.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 7 54 139 0.95 0.61 0 0.45 218.64 0.9 0.29
Hex 7 36 8B 5F 3D 0 2D DB 5A 1D
Octal 7 66 213 137 75 0 55 333 132 35
Binary 111 110110 10001011 1011111 111101 0 101101 11011011 1011010 11101

Color Harmonies of #07368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07368B

Black with #07368B

Text Example


Text Example

White with #07368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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