Html Css Color HEX #2F10B4 Ultramarine

📋 copy color: '#2F10B4'

red 47 ◦ green 16 ◦ blue 180

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

Shades of Ultramarine #2F10B4

Tints of Ultramarine #2F10B4

RGB

 RED value IS 47 (18.75% from 255) = 19.34%

 GREEN value IS 16 (6.64% from 255) = 6.58%

 BLUE value IS 180 (70.7% from 255) = 74.07%

R = 19.34%
G = 6.58%
B = 74.07%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2F10B4 (or 0x2F10B4) is known color: Ultramarine. HEX triplet: 2F, 10 and B4. RGB value is (47,16,180). Sum of RGB (Red+Green+Blue) = 47+16+180=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #2F10B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F10B4 is #D0EF4B. Grayscale: #2B2B2B. Windows color (decimal): -13692748 or 11800623. OLE color: 11800623.

HSL color Cylindrical-coordinate representation of color #2F10B4: hue angle of 251.34º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F10B4 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 16 180 -
CMYK 0.74 0.91 0 0.29
HSL 251.34º 0.84% 0.38% -
HSV(B) 251.34º 0.91% 0.71% -
XYZ 9.6 4.27 43.5 -
YUV 43.97 204.77 130.16 -
System Red Green Blue C M Y K H S L
Decimal 47 16 180 0.74 0.91 0 0.29 251.34 0.84 0.38
Hex 2F 10 B4 4A 5B 0 1D FB 54 26
Octal 57 20 264 112 133 0 35 373 124 46
Binary 101111 10000 10110100 1001010 1011011 0 11101 11111011 1010100 100110

Color Harmonies of #2F10B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F10B4

Black with #2F10B4

Text Example


Text Example

White with #2F10B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F10B4; }

 p { color: rgb(47,16,180); }

 H1.HeaderClassName
 {
   color: #2F10B4;
 }
 .AnyTagClassName
 {
   color: #2F10B4;
 }
</style>

background-color css

<style>
 a { background-color: #2F10B4; }

 a { background-color: rgb(47,16,180); }

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

border-color css

<style>
 span { border-color: #2F10B4; }

 span { border-color: rgb(47,16,180); }

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