Html Css Color HEX #071885 Ultramarine

📋 copy color: '#071885'

red 7 ◦ green 24 ◦ blue 133

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

Shades of Ultramarine #071885

Tints of Ultramarine #071885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 81.1%

R = 4.27%
G = 14.63%
B = 81.1%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#071885 (or 0x071885) is known color: Ultramarine. HEX triplet: 07, 18 and 85. RGB value is (7,24,133). Sum of RGB (Red+Green+Blue) = 7+24+133=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 133 (52.34% from 255 or 81.10% from 164); Max value from RGB is 133 - color contains mainly: blue. Hex color #071885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071885 is #F8E77A. Grayscale: #1E1E1E. Windows color (decimal): -16312187 or 8722439. OLE color: 8722439.

HSL color Cylindrical-coordinate representation of color #071885: hue angle of 231.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071885 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 24 133 -
CMYK 0.95 0.82 0 0.48
HSL 231.9º 0.9% 0.27% -
HSV(B) 231.9º 0.95% 0.52% -
XYZ 4.65 2.39 22.41 -
YUV 31.34 185.37 110.64 -
System Red Green Blue C M Y K H S L
Decimal 7 24 133 0.95 0.82 0 0.48 231.9 0.9 0.27
Hex 7 18 85 5F 52 0 30 E8 5A 1B
Octal 7 30 205 137 122 0 60 350 132 33
Binary 111 11000 10000101 1011111 1010010 0 110000 11101000 1011010 11011

Color Harmonies of #071885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071885

Black with #071885

Text Example


Text Example

White with #071885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071885; }

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

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

background-color css

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

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

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

border-color css

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

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

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