Html Css Color HEX #07125C Sapphire

📋 copy color: '#07125C'

red 7 ◦ green 18 ◦ blue 92

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

Shades of Sapphire #07125C

Tints of Sapphire #07125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

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

R = 5.98%
G = 15.38%
B = 78.63%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07125C (or 0x07125C) is known color: Sapphire. HEX triplet: 07, 12 and 5C. RGB value is (7,18,92). Sum of RGB (Red+Green+Blue) = 7+18+92=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #07125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07125C is #F8EDA3. Grayscale: #161616. Windows color (decimal): -16313764 or 6033927. OLE color: 6033927.

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

Color convert

RGB 7 18 92 -
CMYK 0.92 0.80 0 0.64
HSL 232.24º 0.86% 0.19% -
HSV(B) 232.24º 0.92% 0.36% -
XYZ 2.24 1.25 10.25 -
YUV 23.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 7 18 92 0.92 0.80 0 0.64 232.24 0.86 0.19
Hex 7 12 5C 5C 50 0 40 E8 56 13
Octal 7 22 134 134 120 0 100 350 126 23
Binary 111 10010 1011100 1011100 1010000 0 1000000 11101000 1010110 10011

Color Harmonies of #07125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07125C

Black with #07125C

Text Example


Text Example

White with #07125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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