Html Css Color HEX #360AB9 Ultramarine

📋 copy color: '#360AB9'

red 54 ◦ green 10 ◦ blue 185

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

Shades of Ultramarine #360AB9

Tints of Ultramarine #360AB9

RGB

 RED value IS 54 (21.48% from 255) = 21.69%

 GREEN value IS 10 (4.3% from 255) = 4.02%

 BLUE value IS 185 (72.66% from 255) = 74.3%

R = 21.69%
G = 4.02%
B = 74.3%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#360AB9 (or 0x360AB9) is known color: Ultramarine. HEX triplet: 36, 0A and B9. RGB value is (54,10,185). Sum of RGB (Red+Green+Blue) = 54+10+185=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #360AB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360AB9 is #C9F546. Grayscale: #2A2A2A. Windows color (decimal): -13235527 or 12126774. OLE color: 12126774.

HSL color Cylindrical-coordinate representation of color #360AB9: hue angle of 255.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360AB9 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 10 185 -
CMYK 0.71 0.95 0 0.27
HSL 255.09º 0.9% 0.38% -
HSV(B) 255.09º 0.95% 0.73% -
XYZ 10.39 4.5 46.22 -
YUV 43.11 208.08 135.77 -
System Red Green Blue C M Y K H S L
Decimal 54 10 185 0.71 0.95 0 0.27 255.09 0.9 0.38
Hex 36 A B9 47 5F 0 1B FF 5A 26
Octal 66 12 271 107 137 0 33 377 132 46
Binary 110110 1010 10111001 1000111 1011111 0 11011 11111111 1011010 100110

Color Harmonies of #360AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360AB9

Black with #360AB9

Text Example


Text Example

White with #360AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360AB9; }

 p { color: rgb(54,10,185); }

 H1.HeaderClassName
 {
   color: #360AB9;
 }
 .AnyTagClassName
 {
   color: #360AB9;
 }
</style>

background-color css

<style>
 a { background-color: #360AB9; }

 a { background-color: rgb(54,10,185); }

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

border-color css

<style>
 span { border-color: #360AB9; }

 span { border-color: rgb(54,10,185); }

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