Html Css Color HEX #1F069B Ultramarine

📋 copy color: '#1F069B'

red 31 ◦ green 6 ◦ blue 155

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

Shades of Ultramarine #1F069B

Tints of Ultramarine #1F069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

 BLUE value IS 155 (60.94% from 255) = 80.73%

R = 16.15%
G = 3.13%
B = 80.73%

CMYK

 C value IS 0.8

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F069B (or 0x1F069B) is known color: Ultramarine. HEX triplet: 1F, 06 and 9B. RGB value is (31,6,155). Sum of RGB (Red+Green+Blue) = 31+6+155=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F069B is #E0F964. Grayscale: #1D1D1D. Windows color (decimal): -14743909 or 10159647. OLE color: 10159647.

HSL color Cylindrical-coordinate representation of color #1F069B: hue angle of 250.07º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F069B is Cyan = 0.8, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 6 155 -
CMYK 0.8 0.96 0 0.39
HSL 250.07º 0.93% 0.32% -
HSV(B) 250.07º 0.96% 0.61% -
XYZ 6.55 2.79 31.2 -
YUV 30.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 31 6 155 0.8 0.96 0 0.39 250.07 0.93 0.32
Hex 1F 6 9B 50 60 0 27 FA 5D 20
Octal 37 6 233 120 140 0 47 372 135 40
Binary 11111 110 10011011 1010000 1100000 0 100111 11111010 1011101 100000

Color Harmonies of #1F069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F069B

Black with #1F069B

Text Example


Text Example

White with #1F069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,6,155); }

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

background-color css

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

 a { background-color: rgb(31,6,155); }

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

border-color css

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

 span { border-color: rgb(31,6,155); }

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