Html Css Color HEX #07184B Sapphire

📋 copy color: '#07184B'

red 7 ◦ green 24 ◦ blue 75

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

Shades of Sapphire #07184B

Tints of Sapphire #07184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 70.75%

R = 6.6%
G = 22.64%
B = 70.75%

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

#07184B (or 0x07184B) is known color: Sapphire. HEX triplet: 07, 18 and 4B. RGB value is (7,24,75). Sum of RGB (Red+Green+Blue) = 7+24+75=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #07184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07184B is #F8E7B4. Grayscale: #181818. Windows color (decimal): -16312245 or 4921351. OLE color: 4921351.

HSL color Cylindrical-coordinate representation of color #07184B: hue angle of 225º 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 #07184B is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 24 75 -
CMYK 0.91 0.68 0 0.71
HSL 225º 0.83% 0.16% -
HSV(B) 225º 0.91% 0.29% -
XYZ 1.68 1.21 6.8 -
YUV 24.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 7 24 75 0.91 0.68 0 0.71 225 0.83 0.16
Hex 7 18 4B 5B 44 0 47 E1 53 10
Octal 7 30 113 133 104 0 107 341 123 20
Binary 111 11000 1001011 1011011 1000100 0 1000111 11100001 1010011 10000

Color Harmonies of #07184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07184B

Black with #07184B

Text Example


Text Example

White with #07184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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