Html Css Color HEX #0B0397 Ultramarine

📋 copy color: '#0B0397'

red 11 ◦ green 3 ◦ blue 151

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

Shades of Ultramarine #0B0397

Tints of Ultramarine #0B0397

RGB

 RED value IS 11 (4.69% from 255) = 6.67%

 GREEN value IS 3 (1.56% from 255) = 1.82%

 BLUE value IS 151 (59.38% from 255) = 91.52%

R = 6.67%
G = 1.82%
B = 91.52%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0B0397 (or 0x0B0397) is known color: Ultramarine. HEX triplet: 0B, 03 and 97. RGB value is (11,3,151). Sum of RGB (Red+Green+Blue) = 11+3+151=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 151 (59.38% from 255 or 91.52% from 165); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B0397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0397 is #F4FC68. Grayscale: #151515. Windows color (decimal): -16055401 or 9896715. OLE color: 9896715.

HSL color Cylindrical-coordinate representation of color #0B0397: hue angle of 243.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0397 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 3 151 -
CMYK 0.93 0.98 0 0.41
HSL 243.24º 0.96% 0.3% -
HSV(B) 243.24º 0.98% 0.59% -
XYZ 5.76 2.37 29.43 -
YUV 22.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 11 3 151 0.93 0.98 0 0.41 243.24 0.96 0.3
Hex B 3 97 5D 62 0 29 F3 60 1E
Octal 13 3 227 135 142 0 51 363 140 36
Binary 1011 11 10010111 1011101 1100010 0 101001 11110011 1100000 11110

Color Harmonies of #0B0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0397

Black with #0B0397

Text Example


Text Example

White with #0B0397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B0397; }

 p { color: rgb(11,3,151); }

 H1.HeaderClassName
 {
   color: #0B0397;
 }
 .AnyTagClassName
 {
   color: #0B0397;
 }
</style>

background-color css

<style>
 a { background-color: #0B0397; }

 a { background-color: rgb(11,3,151); }

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

border-color css

<style>
 span { border-color: #0B0397; }

 span { border-color: rgb(11,3,151); }

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