Html Css Color HEX #0F30AB Egyptian Blue

📋 copy color: '#0F30AB'

red 15 ◦ green 48 ◦ blue 171

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

Shades of Egyptian Blue #0F30AB

Tints of Egyptian Blue #0F30AB

RGB

 RED value IS 15 (6.25% from 255) = 6.41%

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 171 (67.19% from 255) = 73.08%

R = 6.41%
G = 20.51%
B = 73.08%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F30AB (or 0x0F30AB) is known color: Egyptian Blue. HEX triplet: 0F, 30 and AB. RGB value is (15,48,171). Sum of RGB (Red+Green+Blue) = 15+48+171=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F30AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F30AB is #F0CF54. Grayscale: #333333. Windows color (decimal): -15781717 or 11218959. OLE color: 11218959.

HSL color Cylindrical-coordinate representation of color #0F30AB: hue angle of 227.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F30AB is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 48 171 -
CMYK 0.91 0.72 0 0.33
HSL 227.31º 0.84% 0.36% -
HSV(B) 227.31º 0.91% 0.67% -
XYZ 8.6 5.16 39.07 -
YUV 52.16 195.07 101.5 -
System Red Green Blue C M Y K H S L
Decimal 15 48 171 0.91 0.72 0 0.33 227.31 0.84 0.36
Hex F 30 AB 5B 48 0 21 E3 54 24
Octal 17 60 253 133 110 0 41 343 124 44
Binary 1111 110000 10101011 1011011 1001000 0 100001 11100011 1010100 100100

Color Harmonies of #0F30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F30AB

Black with #0F30AB

Text Example


Text Example

White with #0F30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,171); }

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

background-color css

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

 a { background-color: rgb(15,48,171); }

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

border-color css

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

 span { border-color: rgb(15,48,171); }

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