Html Css Color HEX #07184A Sapphire

📋 copy color: '#07184A'

red 7 ◦ green 24 ◦ blue 74

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

Shades of Sapphire #07184A

Tints of Sapphire #07184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 70.48%

R = 6.67%
G = 22.86%
B = 70.48%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07184A (or 0x07184A) is known color: Sapphire. HEX triplet: 07, 18 and 4A. RGB value is (7,24,74). Sum of RGB (Red+Green+Blue) = 7+24+74=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #07184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07184A is #F8E7B5. Grayscale: #181818. Windows color (decimal): -16312246 or 4855815. OLE color: 4855815.

HSL color Cylindrical-coordinate representation of color #07184A: hue angle of 224.78º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07184A is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 24 74 -
CMYK 0.91 0.68 0 0.71
HSL 224.78º 0.83% 0.16% -
HSV(B) 224.78º 0.91% 0.29% -
XYZ 1.65 1.19 6.62 -
YUV 24.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 7 24 74 0.91 0.68 0 0.71 224.78 0.83 0.16
Hex 7 18 4A 5B 44 0 47 E1 53 10
Octal 7 30 112 133 104 0 107 341 123 20
Binary 111 11000 1001010 1011011 1000100 0 1000111 11100001 1010011 10000

Color Harmonies of #07184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07184A

Black with #07184A

Text Example


Text Example

White with #07184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07184A; }

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

 H1.HeaderClassName
 {
   color: #07184A;
 }
 .AnyTagClassName
 {
   color: #07184A;
 }
</style>

background-color css

<style>
 a { background-color: #07184A; }

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

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

border-color css

<style>
 span { border-color: #07184A; }

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

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