Html Css Color HEX #1F03B3 Ultramarine

📋 copy color: '#1F03B3'

red 31 ◦ green 3 ◦ blue 179

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

Shades of Ultramarine #1F03B3

Tints of Ultramarine #1F03B3

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 14.55%
G = 1.41%
B = 84.04%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1F03B3 (or 0x1F03B3) is known color: Ultramarine. HEX triplet: 1F, 03 and B3. RGB value is (31,3,179). Sum of RGB (Red+Green+Blue) = 31+3+179=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 179 (70.31% from 255 or 84.04% from 213); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F03B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03B3 is #E0FC4C. Grayscale: #1E1E1E. Windows color (decimal): -14744653 or 11731743. OLE color: 11731743.

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

Color convert

RGB 31 3 179 -
CMYK 0.83 0.98 0 0.30
HSL 249.55º 0.97% 0.36% -
HSV(B) 249.55º 0.98% 0.7% -
XYZ 8.73 3.61 42.88 -
YUV 31.44 211.28 127.69 -
System Red Green Blue C M Y K H S L
Decimal 31 3 179 0.83 0.98 0 0.30 249.55 0.97 0.36
Hex 1F 3 B3 53 62 0 1E FA 61 24
Octal 37 3 263 123 142 0 36 372 141 44
Binary 11111 11 10110011 1010011 1100010 0 11110 11111010 1100001 100100

Color Harmonies of #1F03B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F03B3

Black with #1F03B3

Text Example


Text Example

White with #1F03B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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