Html Css Color HEX #07254D Sapphire

📋 copy color: '#07254D'

red 7 ◦ green 37 ◦ blue 77

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

Shades of Sapphire #07254D

Tints of Sapphire #07254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.58%

 BLUE value IS 77 (30.47% from 255) = 63.64%

R = 5.79%
G = 30.58%
B = 63.64%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07254D (or 0x07254D) is known color: Sapphire. HEX triplet: 07, 25 and 4D. RGB value is (7,37,77). Sum of RGB (Red+Green+Blue) = 7+37+77=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #07254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07254D is #F8DAB2. Grayscale: #202020. Windows color (decimal): -16308915 or 5055751. OLE color: 5055751.

HSL color Cylindrical-coordinate representation of color #07254D: hue angle of 214.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07254D is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 37 77 -
CMYK 0.91 0.52 0 0.70
HSL 214.29º 0.83% 0.16% -
HSV(B) 214.29º 0.91% 0.3% -
XYZ 2.09 1.9 7.28 -
YUV 32.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 7 37 77 0.91 0.52 0 0.70 214.29 0.83 0.16
Hex 7 25 4D 5B 34 0 46 D6 53 10
Octal 7 45 115 133 64 0 106 326 123 20
Binary 111 100101 1001101 1011011 110100 0 1000110 11010110 1010011 10000

Color Harmonies of #07254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07254D

Black with #07254D

Text Example


Text Example

White with #07254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,37,77); }

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

background-color css

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

 a { background-color: rgb(7,37,77); }

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

border-color css

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

 span { border-color: rgb(7,37,77); }

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