Html Css Color HEX #30069F Ultramarine

📋 copy color: '#30069F'

red 48 ◦ green 6 ◦ blue 159

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

Shades of Ultramarine #30069F

Tints of Ultramarine #30069F

RGB

 RED value IS 48 (19.14% from 255) = 22.54%

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 159 (62.5% from 255) = 74.65%

R = 22.54%
G = 2.82%
B = 74.65%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30069F (or 0x30069F) is known color: Ultramarine. HEX triplet: 30, 06 and 9F. RGB value is (48,6,159). Sum of RGB (Red+Green+Blue) = 48+6+159=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #30069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30069F is #CFF960. Grayscale: #232323. Windows color (decimal): -13629793 or 10421808. OLE color: 10421808.

HSL color Cylindrical-coordinate representation of color #30069F: hue angle of 256.47º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30069F is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 6 159 -
CMYK 0.70 0.96 0 0.38
HSL 256.47º 0.93% 0.32% -
HSV(B) 256.47º 0.96% 0.62% -
XYZ 7.54 3.26 33.03 -
YUV 36 197.41 136.56 -
System Red Green Blue C M Y K H S L
Decimal 48 6 159 0.70 0.96 0 0.38 256.47 0.93 0.32
Hex 30 6 9F 46 60 0 26 100 5D 20
Octal 60 6 237 106 140 0 46 400 135 40
Binary 110000 110 10011111 1000110 1100000 0 100110 100000000 1011101 100000

Color Harmonies of #30069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30069F

Black with #30069F

Text Example


Text Example

White with #30069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30069F; }

 p { color: rgb(48,6,159); }

 H1.HeaderClassName
 {
   color: #30069F;
 }
 .AnyTagClassName
 {
   color: #30069F;
 }
</style>

background-color css

<style>
 a { background-color: #30069F; }

 a { background-color: rgb(48,6,159); }

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

border-color css

<style>
 span { border-color: #30069F; }

 span { border-color: rgb(48,6,159); }

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