Html Css Color HEX #2507AF Ultramarine

📋 copy color: '#2507AF'

red 37 ◦ green 7 ◦ blue 175

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

Shades of Ultramarine #2507AF

Tints of Ultramarine #2507AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 175 (68.75% from 255) = 79.91%

R = 16.89%
G = 3.2%
B = 79.91%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2507AF (or 0x2507AF) is known color: Ultramarine. HEX triplet: 25, 07 and AF. RGB value is (37,7,175). Sum of RGB (Red+Green+Blue) = 37+7+175=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #2507AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2507AF is #DAF850. Grayscale: #222222. Windows color (decimal): -14350417 or 11470629. OLE color: 11470629.

HSL color Cylindrical-coordinate representation of color #2507AF: hue angle of 250.71º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2507AF is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 7 175 -
CMYK 0.79 0.96 0 0.31
HSL 250.71º 0.92% 0.36% -
HSV(B) 250.71º 0.96% 0.69% -
XYZ 8.58 3.64 40.81 -
YUV 35.12 206.94 129.34 -
System Red Green Blue C M Y K H S L
Decimal 37 7 175 0.79 0.96 0 0.31 250.71 0.92 0.36
Hex 25 7 AF 4F 60 0 1F FB 5C 24
Octal 45 7 257 117 140 0 37 373 134 44
Binary 100101 111 10101111 1001111 1100000 0 11111 11111011 1011100 100100

Color Harmonies of #2507AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2507AF

Black with #2507AF

Text Example


Text Example

White with #2507AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2507AF; }

 p { color: rgb(37,7,175); }

 H1.HeaderClassName
 {
   color: #2507AF;
 }
 .AnyTagClassName
 {
   color: #2507AF;
 }
</style>

background-color css

<style>
 a { background-color: #2507AF; }

 a { background-color: rgb(37,7,175); }

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

border-color css

<style>
 span { border-color: #2507AF; }

 span { border-color: rgb(37,7,175); }

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