Html Css Color HEX #07246C Sapphire

📋 copy color: '#07246C'

red 7 ◦ green 36 ◦ blue 108

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

Shades of Sapphire #07246C

Tints of Sapphire #07246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.84%

 BLUE value IS 108 (42.58% from 255) = 71.52%

R = 4.64%
G = 23.84%
B = 71.52%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07246C (or 0x07246C) is known color: Sapphire. HEX triplet: 07, 24 and 6C. RGB value is (7,36,108). Sum of RGB (Red+Green+Blue) = 7+36+108=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #07246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07246C is #F8DB93. Grayscale: #232323. Windows color (decimal): -16309140 or 7087111. OLE color: 7087111.

HSL color Cylindrical-coordinate representation of color #07246C: hue angle of 222.77º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07246C is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 36 108 -
CMYK 0.94 0.67 0 0.58
HSL 222.77º 0.88% 0.23% -
HSV(B) 222.77º 0.94% 0.42% -
XYZ 3.43 2.39 14.47 -
YUV 35.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 7 36 108 0.94 0.67 0 0.58 222.77 0.88 0.23
Hex 7 24 6C 5E 43 0 3A DF 58 17
Octal 7 44 154 136 103 0 72 337 130 27
Binary 111 100100 1101100 1011110 1000011 0 111010 11011111 1011000 10111

Color Harmonies of #07246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07246C

Black with #07246C

Text Example


Text Example

White with #07246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07246C; }

 p { color: rgb(7,36,108); }

 H1.HeaderClassName
 {
   color: #07246C;
 }
 .AnyTagClassName
 {
   color: #07246C;
 }
</style>

background-color css

<style>
 a { background-color: #07246C; }

 a { background-color: rgb(7,36,108); }

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

border-color css

<style>
 span { border-color: #07246C; }

 span { border-color: rgb(7,36,108); }

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