Html Css Color HEX #07154B Sapphire

📋 copy color: '#07154B'

red 7 ◦ green 21 ◦ blue 75

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

Shades of Sapphire #07154B

Tints of Sapphire #07154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.39%

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

R = 6.8%
G = 20.39%
B = 72.82%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07154B (or 0x07154B) is known color: Sapphire. HEX triplet: 07, 15 and 4B. RGB value is (7,21,75). Sum of RGB (Red+Green+Blue) = 7+21+75=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #07154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07154B is #F8EAB4. Grayscale: #161616. Windows color (decimal): -16313013 or 4920583. OLE color: 4920583.

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

Color convert

RGB 7 21 75 -
CMYK 0.91 0.72 0 0.71
HSL 227.65º 0.83% 0.16% -
HSV(B) 227.65º 0.91% 0.29% -
XYZ 1.63 1.09 6.78 -
YUV 22.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 7 21 75 0.91 0.72 0 0.71 227.65 0.83 0.16
Hex 7 15 4B 5B 48 0 47 E4 53 10
Octal 7 25 113 133 110 0 107 344 123 20
Binary 111 10101 1001011 1011011 1001000 0 1000111 11100100 1010011 10000

Color Harmonies of #07154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07154B

Black with #07154B

Text Example


Text Example

White with #07154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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