Html Css Color HEX #07278B Smalt

📋 copy color: '#07278B'

red 7 ◦ green 39 ◦ blue 139

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

Shades of Smalt #07278B

Tints of Smalt #07278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 3.78%
G = 21.08%
B = 75.14%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07278B (or 0x07278B) is known color: Smalt. HEX triplet: 07, 27 and 8B. RGB value is (7,39,139). Sum of RGB (Red+Green+Blue) = 7+39+139=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #07278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07278B is #F8D874. Grayscale: #282828. Windows color (decimal): -16308341 or 9119495. OLE color: 9119495.

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

Color convert

RGB 7 39 139 -
CMYK 0.95 0.72 0 0.45
HSL 225.45º 0.9% 0.29% -
HSV(B) 225.45º 0.95% 0.55% -
XYZ 5.47 3.36 24.79 -
YUV 40.83 183.4 103.87 -
System Red Green Blue C M Y K H S L
Decimal 7 39 139 0.95 0.72 0 0.45 225.45 0.9 0.29
Hex 7 27 8B 5F 48 0 2D E1 5A 1D
Octal 7 47 213 137 110 0 55 341 132 35
Binary 111 100111 10001011 1011111 1001000 0 101101 11100001 1011010 11101

Color Harmonies of #07278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07278B

Black with #07278B

Text Example


Text Example

White with #07278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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