Html Css Color HEX #1F0BAF Ultramarine

📋 copy color: '#1F0BAF'

red 31 ◦ green 11 ◦ blue 175

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

Shades of Ultramarine #1F0BAF

Tints of Ultramarine #1F0BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 80.65%

R = 14.29%
G = 5.07%
B = 80.65%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F0BAF (or 0x1F0BAF) is known color: Ultramarine. HEX triplet: 1F, 0B and AF. RGB value is (31,11,175). Sum of RGB (Red+Green+Blue) = 31+11+175=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F0BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0BAF is #E0F450. Grayscale: #232323. Windows color (decimal): -14742609 or 11471647. OLE color: 11471647.

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

Color convert

RGB 31 11 175 -
CMYK 0.82 0.94 0 0.31
HSL 247.32º 0.88% 0.36% -
HSV(B) 247.32º 0.94% 0.69% -
XYZ 8.42 3.63 40.81 -
YUV 35.68 206.63 124.66 -
System Red Green Blue C M Y K H S L
Decimal 31 11 175 0.82 0.94 0 0.31 247.32 0.88 0.36
Hex 1F B AF 52 5E 0 1F F7 58 24
Octal 37 13 257 122 136 0 37 367 130 44
Binary 11111 1011 10101111 1010010 1011110 0 11111 11110111 1011000 100100

Color Harmonies of #1F0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0BAF

Black with #1F0BAF

Text Example


Text Example

White with #1F0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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