Html Css Color HEX #0B028C Ultramarine

📋 copy color: '#0B028C'

red 11 ◦ green 2 ◦ blue 140

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

Shades of Ultramarine #0B028C

Tints of Ultramarine #0B028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 140 (55.08% from 255) = 91.5%

R = 7.19%
G = 1.31%
B = 91.5%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B028C (or 0x0B028C) is known color: Ultramarine. HEX triplet: 0B, 02 and 8C. RGB value is (11,2,140). Sum of RGB (Red+Green+Blue) = 11+2+140=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 140 (55.08% from 255 or 91.50% from 153); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B028C is #F4FD73. Grayscale: #131313. Windows color (decimal): -16055668 or 9175563. OLE color: 9175563.

HSL color Cylindrical-coordinate representation of color #0B028C: hue angle of 243.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B028C is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 2 140 -
CMYK 0.92 0.99 0 0.45
HSL 243.91º 0.97% 0.28% -
HSV(B) 243.91º 0.99% 0.55% -
XYZ 4.89 2.01 24.94 -
YUV 20.42 195.48 121.28 -
System Red Green Blue C M Y K H S L
Decimal 11 2 140 0.92 0.99 0 0.45 243.91 0.97 0.28
Hex B 2 8C 5C 63 0 2D F4 61 1C
Octal 13 2 214 134 143 0 55 364 141 34
Binary 1011 10 10001100 1011100 1100011 0 101101 11110100 1100001 11100

Color Harmonies of #0B028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B028C

Black with #0B028C

Text Example


Text Example

White with #0B028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,2,140); }

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

background-color css

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

 a { background-color: rgb(11,2,140); }

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

border-color css

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

 span { border-color: rgb(11,2,140); }

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