Html Css Color HEX #1F0BAE Ultramarine

📋 copy color: '#1F0BAE'

red 31 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #1F0BAE

Tints of Ultramarine #1F0BAE

RGB

 RED value IS 31 (12.5% from 255) = 14.35%

 GREEN value IS 11 (4.69% from 255) = 5.09%

 BLUE value IS 174 (68.36% from 255) = 80.56%

R = 14.35%
G = 5.09%
B = 80.56%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F0BAE (or 0x1F0BAE) is known color: Ultramarine. HEX triplet: 1F, 0B and AE. RGB value is (31,11,174). Sum of RGB (Red+Green+Blue) = 31+11+174=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0BAE is #E0F451. Grayscale: #222222. Windows color (decimal): -14742610 or 11406111. OLE color: 11406111.

HSL color Cylindrical-coordinate representation of color #1F0BAE: hue angle of 247.36º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0BAE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 11 174 -
CMYK 0.82 0.94 0 0.32
HSL 247.36º 0.88% 0.36% -
HSV(B) 247.36º 0.94% 0.68% -
XYZ 8.32 3.59 40.3 -
YUV 35.56 206.13 124.75 -
System Red Green Blue C M Y K H S L
Decimal 31 11 174 0.82 0.94 0 0.32 247.36 0.88 0.36
Hex 1F B AE 52 5E 0 20 F7 58 24
Octal 37 13 256 122 136 0 40 367 130 44
Binary 11111 1011 10101110 1010010 1011110 0 100000 11110111 1011000 100100

Color Harmonies of #1F0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0BAE

Black with #1F0BAE

Text Example


Text Example

White with #1F0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F0BAE; }

 p { color: rgb(31,11,174); }

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

background-color css

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

 a { background-color: rgb(31,11,174); }

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

border-color css

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

 span { border-color: rgb(31,11,174); }

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