Html Css Color HEX #1F00AA Ultramarine

📋 copy color: '#1F00AA'

red 31 ◦ green 0 ◦ blue 170

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

Shades of Ultramarine #1F00AA

Tints of Ultramarine #1F00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 84.58%

R = 15.42%
G = 0%
B = 84.58%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F00AA (or 0x1F00AA) is known color: Ultramarine. HEX triplet: 1F, 00 and AA. RGB value is (31,0,170). Sum of RGB (Red+Green+Blue) = 31+0+170=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F00AA is #E0FF55. Grayscale: #1C1C1C. Windows color (decimal): -14745430 or 11141151. OLE color: 11141151.

HSL color Cylindrical-coordinate representation of color #1F00AA: hue angle of 250.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00AA is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 0 170 -
CMYK 0.82 1 0 0.33
HSL 250.94º 1% 0.33% -
HSV(B) 250.94º 1% 0.67% -
XYZ 7.82 3.19 38.23 -
YUV 28.65 207.77 129.68 -
System Red Green Blue C M Y K H S L
Decimal 31 0 170 0.82 1 0 0.33 250.94 1 0.33
Hex 1F 0 AA 52 64 0 21 FB 64 21
Octal 37 0 252 122 144 0 41 373 144 41
Binary 11111 0 10101010 1010010 1100100 0 100001 11111011 1100100 100001

Color Harmonies of #1F00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F00AA

Black with #1F00AA

Text Example


Text Example

White with #1F00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,0,170); }

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

background-color css

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

 a { background-color: rgb(31,0,170); }

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

border-color css

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

 span { border-color: rgb(31,0,170); }

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