Html Css Color HEX #07268D Smalt

📋 copy color: '#07268D'

red 7 ◦ green 38 ◦ blue 141

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

Shades of Smalt #07268D

Tints of Smalt #07268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

 BLUE value IS 141 (55.47% from 255) = 75.81%

R = 3.76%
G = 20.43%
B = 75.81%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07268D (or 0x07268D) is known color: Smalt. HEX triplet: 07, 26 and 8D. RGB value is (7,38,141). Sum of RGB (Red+Green+Blue) = 7+38+141=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #07268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07268D is #F8D972. Grayscale: #282828. Windows color (decimal): -16308595 or 9250311. OLE color: 9250311.

HSL color Cylindrical-coordinate representation of color #07268D: hue angle of 226.12º degrees, saturation: 0.91, 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 #07268D is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 38 141 -
CMYK 0.95 0.73 0 0.45
HSL 226.12º 0.91% 0.29% -
HSV(B) 226.12º 0.95% 0.55% -
XYZ 5.59 3.35 25.55 -
YUV 40.47 184.73 104.12 -
System Red Green Blue C M Y K H S L
Decimal 7 38 141 0.95 0.73 0 0.45 226.12 0.91 0.29
Hex 7 26 8D 5F 49 0 2D E2 5B 1D
Octal 7 46 215 137 111 0 55 342 133 35
Binary 111 100110 10001101 1011111 1001001 0 101101 11100010 1011011 11101

Color Harmonies of #07268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07268D

Black with #07268D

Text Example


Text Example

White with #07268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07268D; }

 p { color: rgb(7,38,141); }

 H1.HeaderClassName
 {
   color: #07268D;
 }
 .AnyTagClassName
 {
   color: #07268D;
 }
</style>

background-color css

<style>
 a { background-color: #07268D; }

 a { background-color: rgb(7,38,141); }

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

border-color css

<style>
 span { border-color: #07268D; }

 span { border-color: rgb(7,38,141); }

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