Html Css Color HEX #2007B3 Ultramarine

📋 copy color: '#2007B3'

red 32 ◦ green 7 ◦ blue 179

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

Shades of Ultramarine #2007B3

Tints of Ultramarine #2007B3

RGB

 RED value IS 32 (12.89% from 255) = 14.68%

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 14.68%
G = 3.21%
B = 82.11%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2007B3 (or 0x2007B3) is known color: Ultramarine. HEX triplet: 20, 07 and B3. RGB value is (32,7,179). Sum of RGB (Red+Green+Blue) = 32+7+179=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 179 (70.31% from 255 or 82.11% from 218); Max value from RGB is 179 - color contains mainly: blue. Hex color #2007B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2007B3 is #DFF84C. Grayscale: #212121. Windows color (decimal): -14678093 or 11732768. OLE color: 11732768.

HSL color Cylindrical-coordinate representation of color #2007B3: hue angle of 248.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007B3 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 7 179 -
CMYK 0.82 0.96 0 0.30
HSL 248.72º 0.92% 0.36% -
HSV(B) 248.72º 0.96% 0.7% -
XYZ 8.81 3.71 42.9 -
YUV 34.08 209.78 126.51 -
System Red Green Blue C M Y K H S L
Decimal 32 7 179 0.82 0.96 0 0.30 248.72 0.92 0.36
Hex 20 7 B3 52 60 0 1E F9 5C 24
Octal 40 7 263 122 140 0 36 371 134 44
Binary 100000 111 10110011 1010010 1100000 0 11110 11111001 1011100 100100

Color Harmonies of #2007B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2007B3

Black with #2007B3

Text Example


Text Example

White with #2007B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2007B3; }

 p { color: rgb(32,7,179); }

 H1.HeaderClassName
 {
   color: #2007B3;
 }
 .AnyTagClassName
 {
   color: #2007B3;
 }
</style>

background-color css

<style>
 a { background-color: #2007B3; }

 a { background-color: rgb(32,7,179); }

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

border-color css

<style>
 span { border-color: #2007B3; }

 span { border-color: rgb(32,7,179); }

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