Html Css Color HEX #1F01B3 Ultramarine

📋 copy color: '#1F01B3'

red 31 ◦ green 1 ◦ blue 179

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

Shades of Ultramarine #1F01B3

Tints of Ultramarine #1F01B3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 179 (70.31% from 255) = 84.83%

R = 14.69%
G = 0.47%
B = 84.83%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1F01B3 (or 0x1F01B3) is known color: Ultramarine. HEX triplet: 1F, 01 and B3. RGB value is (31,1,179). Sum of RGB (Red+Green+Blue) = 31+1+179=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 179 (70.31% from 255 or 84.83% from 211); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F01B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01B3 is #E0FE4C. Grayscale: #1D1D1D. Windows color (decimal): -14745165 or 11731231. OLE color: 11731231.

HSL color Cylindrical-coordinate representation of color #1F01B3: hue angle of 250.11º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01B3 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 1 179 -
CMYK 0.83 0.99 0 0.30
HSL 250.11º 0.99% 0.35% -
HSV(B) 250.11º 0.99% 0.7% -
XYZ 8.71 3.57 42.88 -
YUV 30.26 211.94 128.53 -
System Red Green Blue C M Y K H S L
Decimal 31 1 179 0.83 0.99 0 0.30 250.11 0.99 0.35
Hex 1F 1 B3 53 63 0 1E FA 63 23
Octal 37 1 263 123 143 0 36 372 143 43
Binary 11111 1 10110011 1010011 1100011 0 11110 11111010 1100011 100011

Color Harmonies of #1F01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F01B3

Black with #1F01B3

Text Example


Text Example

White with #1F01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,179); }

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

background-color css

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

 a { background-color: rgb(31,1,179); }

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

border-color css

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

 span { border-color: rgb(31,1,179); }

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