Html Css Color HEX #330FBA Ultramarine

📋 copy color: '#330FBA'

red 51 ◦ green 15 ◦ blue 186

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

Shades of Ultramarine #330FBA

Tints of Ultramarine #330FBA

RGB

 RED value IS 51 (20.31% from 255) = 20.24%

 GREEN value IS 15 (6.25% from 255) = 5.95%

 BLUE value IS 186 (73.05% from 255) = 73.81%

R = 20.24%
G = 5.95%
B = 73.81%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#330FBA (or 0x330FBA) is known color: Ultramarine. HEX triplet: 33, 0F and BA. RGB value is (51,15,186). Sum of RGB (Red+Green+Blue) = 51+15+186=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #330FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FBA is #CCF045. Grayscale: #2C2C2C. Windows color (decimal): -13430854 or 12193587. OLE color: 12193587.

HSL color Cylindrical-coordinate representation of color #330FBA: hue angle of 252.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330FBA is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 15 186 -
CMYK 0.73 0.92 0 0.27
HSL 252.63º 0.85% 0.39% -
HSV(B) 252.63º 0.92% 0.73% -
XYZ 10.4 4.59 46.79 -
YUV 45.26 207.43 132.1 -
System Red Green Blue C M Y K H S L
Decimal 51 15 186 0.73 0.92 0 0.27 252.63 0.85 0.39
Hex 33 F BA 49 5C 0 1B FD 55 27
Octal 63 17 272 111 134 0 33 375 125 47
Binary 110011 1111 10111010 1001001 1011100 0 11011 11111101 1010101 100111

Color Harmonies of #330FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FBA

Black with #330FBA

Text Example


Text Example

White with #330FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330FBA; }

 p { color: rgb(51,15,186); }

 H1.HeaderClassName
 {
   color: #330FBA;
 }
 .AnyTagClassName
 {
   color: #330FBA;
 }
</style>

background-color css

<style>
 a { background-color: #330FBA; }

 a { background-color: rgb(51,15,186); }

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

border-color css

<style>
 span { border-color: #330FBA; }

 span { border-color: rgb(51,15,186); }

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