Html Css Color HEX #07275C Sapphire

📋 copy color: '#07275C'

red 7 ◦ green 39 ◦ blue 92

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

Shades of Sapphire #07275C

Tints of Sapphire #07275C

RGB

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

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

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

R = 5.07%
G = 28.26%
B = 66.67%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07275C (or 0x07275C) is known color: Sapphire. HEX triplet: 07, 27 and 5C. RGB value is (7,39,92). Sum of RGB (Red+Green+Blue) = 7+39+92=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #07275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07275C is #F8D8A3. Grayscale: #232323. Windows color (decimal): -16308388 or 6039303. OLE color: 6039303.

HSL color Cylindrical-coordinate representation of color #07275C: hue angle of 217.41º 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 #07275C is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 39 92 -
CMYK 0.92 0.58 0 0.64
HSL 217.41º 0.86% 0.19% -
HSV(B) 217.41º 0.92% 0.36% -
XYZ 2.74 2.27 10.42 -
YUV 35.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 7 39 92 0.92 0.58 0 0.64 217.41 0.86 0.19
Hex 7 27 5C 5C 3A 0 40 D9 56 13
Octal 7 47 134 134 72 0 100 331 126 23
Binary 111 100111 1011100 1011100 111010 0 1000000 11011001 1010110 10011

Color Harmonies of #07275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07275C

Black with #07275C

Text Example


Text Example

White with #07275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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