Html Css Color HEX #07186B Sapphire

📋 copy color: '#07186B'

red 7 ◦ green 24 ◦ blue 107

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

Shades of Sapphire #07186B

Tints of Sapphire #07186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

 BLUE value IS 107 (42.19% from 255) = 77.54%

R = 5.07%
G = 17.39%
B = 77.54%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07186B (or 0x07186B) is known color: Sapphire. HEX triplet: 07, 18 and 6B. RGB value is (7,24,107). Sum of RGB (Red+Green+Blue) = 7+24+107=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 107 (42.19% from 255 or 77.54% from 138); Max value from RGB is 107 - color contains mainly: blue. Hex color #07186B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07186B is #F8E794. Grayscale: #1C1C1C. Windows color (decimal): -16312213 or 7018503. OLE color: 7018503.

HSL color Cylindrical-coordinate representation of color #07186B: hue angle of 229.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07186B is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 24 107 -
CMYK 0.93 0.78 0 0.58
HSL 229.8º 0.88% 0.22% -
HSV(B) 229.8º 0.93% 0.42% -
XYZ 3.07 1.76 14.09 -
YUV 28.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 7 24 107 0.93 0.78 0 0.58 229.8 0.88 0.22
Hex 7 18 6B 5D 4E 0 3A E6 58 16
Octal 7 30 153 135 116 0 72 346 130 26
Binary 111 11000 1101011 1011101 1001110 0 111010 11100110 1011000 10110

Color Harmonies of #07186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07186B

Black with #07186B

Text Example


Text Example

White with #07186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07186B; }

 p { color: rgb(7,24,107); }

 H1.HeaderClassName
 {
   color: #07186B;
 }
 .AnyTagClassName
 {
   color: #07186B;
 }
</style>

background-color css

<style>
 a { background-color: #07186B; }

 a { background-color: rgb(7,24,107); }

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

border-color css

<style>
 span { border-color: #07186B; }

 span { border-color: rgb(7,24,107); }

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