Html Css Color HEX #071D4B Sapphire

📋 copy color: '#071D4B'

red 7 ◦ green 29 ◦ blue 75

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

Shades of Sapphire #071D4B

Tints of Sapphire #071D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.13%

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

R = 6.31%
G = 26.13%
B = 67.57%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#071D4B (or 0x071D4B) is known color: Sapphire. HEX triplet: 07, 1D and 4B. RGB value is (7,29,75). Sum of RGB (Red+Green+Blue) = 7+29+75=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #071D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D4B is #F8E2B4. Grayscale: #1B1B1B. Windows color (decimal): -16310965 or 4922631. OLE color: 4922631.

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

Color convert

RGB 7 29 75 -
CMYK 0.91 0.61 0 0.71
HSL 220.59º 0.83% 0.16% -
HSV(B) 220.59º 0.91% 0.29% -
XYZ 1.8 1.43 6.84 -
YUV 27.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 7 29 75 0.91 0.61 0 0.71 220.59 0.83 0.16
Hex 7 1D 4B 5B 3D 0 47 DD 53 10
Octal 7 35 113 133 75 0 107 335 123 20
Binary 111 11101 1001011 1011011 111101 0 1000111 11011101 1010011 10000

Color Harmonies of #071D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D4B

Black with #071D4B

Text Example


Text Example

White with #071D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071D4B; }

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

 H1.HeaderClassName
 {
   color: #071D4B;
 }
 .AnyTagClassName
 {
   color: #071D4B;
 }
</style>

background-color css

<style>
 a { background-color: #071D4B; }

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

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

border-color css

<style>
 span { border-color: #071D4B; }

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

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