Html Css Color HEX #1F02B3 Ultramarine

📋 copy color: '#1F02B3'

red 31 ◦ green 2 ◦ blue 179

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

Shades of Ultramarine #1F02B3

Tints of Ultramarine #1F02B3

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 14.62%
G = 0.94%
B = 84.43%

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

#1F02B3 (or 0x1F02B3) is known color: Ultramarine. HEX triplet: 1F, 02 and B3. RGB value is (31,2,179). Sum of RGB (Red+Green+Blue) = 31+2+179=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 179 (70.31% from 255 or 84.43% from 212); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F02B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02B3 is #E0FD4C. Grayscale: #1E1E1E. Windows color (decimal): -14744909 or 11731487. OLE color: 11731487.

HSL color Cylindrical-coordinate representation of color #1F02B3: hue angle of 249.83º degrees, saturation: 0.98, 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 #1F02B3 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 2 179 -
CMYK 0.83 0.99 0 0.30
HSL 249.83º 0.98% 0.35% -
HSV(B) 249.83º 0.99% 0.7% -
XYZ 8.72 3.59 42.88 -
YUV 30.85 211.61 128.11 -
System Red Green Blue C M Y K H S L
Decimal 31 2 179 0.83 0.99 0 0.30 249.83 0.98 0.35
Hex 1F 2 B3 53 63 0 1E FA 62 23
Octal 37 2 263 123 143 0 36 372 142 43
Binary 11111 10 10110011 1010011 1100011 0 11110 11111010 1100010 100011

Color Harmonies of #1F02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F02B3

Black with #1F02B3

Text Example


Text Example

White with #1F02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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