Html Css Color HEX #06148B Ultramarine

📋 copy color: '#06148B'

red 6 ◦ green 20 ◦ blue 139

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

Shades of Ultramarine #06148B

Tints of Ultramarine #06148B

RGB

 RED value IS 6 (2.73% from 255) = 3.64%

 GREEN value IS 20 (8.2% from 255) = 12.12%

 BLUE value IS 139 (54.69% from 255) = 84.24%

R = 3.64%
G = 12.12%
B = 84.24%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06148B (or 0x06148B) is known color: Ultramarine. HEX triplet: 06, 14 and 8B. RGB value is (6,20,139). Sum of RGB (Red+Green+Blue) = 6+20+139=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #06148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06148B is #F9EB74. Grayscale: #1C1C1C. Windows color (decimal): -16378741 or 9114630. OLE color: 9114630.

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

Color convert

RGB 6 20 139 -
CMYK 0.96 0.86 0 0.45
HSL 233.68º 0.92% 0.28% -
HSV(B) 233.68º 0.96% 0.55% -
XYZ 4.99 2.4 24.63 -
YUV 29.38 189.86 111.32 -
System Red Green Blue C M Y K H S L
Decimal 6 20 139 0.96 0.86 0 0.45 233.68 0.92 0.28
Hex 6 14 8B 60 56 0 2D EA 5C 1C
Octal 6 24 213 140 126 0 55 352 134 34
Binary 110 10100 10001011 1100000 1010110 0 101101 11101010 1011100 11100

Color Harmonies of #06148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06148B

Black with #06148B

Text Example


Text Example

White with #06148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06148B; }

 p { color: rgb(6,20,139); }

 H1.HeaderClassName
 {
   color: #06148B;
 }
 .AnyTagClassName
 {
   color: #06148B;
 }
</style>

background-color css

<style>
 a { background-color: #06148B; }

 a { background-color: rgb(6,20,139); }

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

border-color css

<style>
 span { border-color: #06148B; }

 span { border-color: rgb(6,20,139); }

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