Html Css Color HEX #071B8D Ultramarine

📋 copy color: '#071B8D'

red 7 ◦ green 27 ◦ blue 141

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

Shades of Ultramarine #071B8D

Tints of Ultramarine #071B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.43%

 BLUE value IS 141 (55.47% from 255) = 80.57%

R = 4%
G = 15.43%
B = 80.57%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#071B8D (or 0x071B8D) is known color: Ultramarine. HEX triplet: 07, 1B and 8D. RGB value is (7,27,141). Sum of RGB (Red+Green+Blue) = 7+27+141=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #071B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071B8D is #F8E472. Grayscale: #212121. Windows color (decimal): -16311411 or 9247495. OLE color: 9247495.

HSL color Cylindrical-coordinate representation of color #071B8D: hue angle of 231.04º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071B8D is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 27 141 -
CMYK 0.95 0.81 0 0.45
HSL 231.04º 0.91% 0.29% -
HSV(B) 231.04º 0.95% 0.55% -
XYZ 5.29 2.75 25.45 -
YUV 34.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 7 27 141 0.95 0.81 0 0.45 231.04 0.91 0.29
Hex 7 1B 8D 5F 51 0 2D E7 5B 1D
Octal 7 33 215 137 121 0 55 347 133 35
Binary 111 11011 10001101 1011111 1010001 0 101101 11100111 1011011 11101

Color Harmonies of #071B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B8D

Black with #071B8D

Text Example


Text Example

White with #071B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,27,141); }

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

background-color css

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

 a { background-color: rgb(7,27,141); }

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

border-color css

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

 span { border-color: rgb(7,27,141); }

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