Html Css Color HEX #25068B Ultramarine

📋 copy color: '#25068B'

red 37 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #25068B

Tints of Ultramarine #25068B

RGB

 RED value IS 37 (14.84% from 255) = 20.33%

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

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

R = 20.33%
G = 3.3%
B = 76.37%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25068B (or 0x25068B) is known color: Ultramarine. HEX triplet: 25, 06 and 8B. RGB value is (37,6,139). Sum of RGB (Red+Green+Blue) = 37+6+139=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #25068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25068B is #DAF974. Grayscale: #1D1D1D. Windows color (decimal): -14350709 or 9111077. OLE color: 9111077.

HSL color Cylindrical-coordinate representation of color #25068B: hue angle of 253.98º 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 #25068B is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 6 139 -
CMYK 0.73 0.96 0 0.45
HSL 253.99º 0.92% 0.28% -
HSV(B) 253.99º 0.96% 0.55% -
XYZ 5.49 2.39 24.6 -
YUV 30.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 37 6 139 0.73 0.96 0 0.45 253.99 0.92 0.28
Hex 25 6 8B 49 60 0 2D FE 5C 1C
Octal 45 6 213 111 140 0 55 376 134 34
Binary 100101 110 10001011 1001001 1100000 0 101101 11111110 1011100 11100

Color Harmonies of #25068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25068B

Black with #25068B

Text Example


Text Example

White with #25068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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