Html Css Color HEX #07265C Sapphire

📋 copy color: '#07265C'

red 7 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #07265C

Tints of Sapphire #07265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 67.15%

R = 5.11%
G = 27.74%
B = 67.15%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07265C (or 0x07265C) is known color: Sapphire. HEX triplet: 07, 26 and 5C. RGB value is (7,38,92). Sum of RGB (Red+Green+Blue) = 7+38+92=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #07265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07265C is #F8D9A3. Grayscale: #222222. Windows color (decimal): -16308644 or 6039047. OLE color: 6039047.

HSL color Cylindrical-coordinate representation of color #07265C: hue angle of 218.12º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07265C is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 38 92 -
CMYK 0.92 0.59 0 0.64
HSL 218.12º 0.86% 0.19% -
HSV(B) 218.12º 0.92% 0.36% -
XYZ 2.71 2.2 10.41 -
YUV 34.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 7 38 92 0.92 0.59 0 0.64 218.12 0.86 0.19
Hex 7 26 5C 5C 3B 0 40 DA 56 13
Octal 7 46 134 134 73 0 100 332 126 23
Binary 111 100110 1011100 1011100 111011 0 1000000 11011010 1010110 10011

Color Harmonies of #07265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07265C

Black with #07265C

Text Example


Text Example

White with #07265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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