Html Css Color HEX #0F3A9B Egyptian Blue

📋 copy color: '#0F3A9B'

red 15 ◦ green 58 ◦ blue 155

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

Shades of Egyptian Blue #0F3A9B

Tints of Egyptian Blue #0F3A9B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 6.58%
G = 25.44%
B = 67.98%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F3A9B (or 0x0F3A9B) is known color: Egyptian Blue. HEX triplet: 0F, 3A and 9B. RGB value is (15,58,155). Sum of RGB (Red+Green+Blue) = 15+58+155=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F3A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3A9B is #F0C564. Grayscale: #373737. Windows color (decimal): -15779173 or 10172943. OLE color: 10172943.

HSL color Cylindrical-coordinate representation of color #0F3A9B: hue angle of 221.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3A9B is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 58 155 -
CMYK 0.90 0.63 0 0.39
HSL 221.57º 0.82% 0.33% -
HSV(B) 221.57º 0.9% 0.61% -
XYZ 7.63 5.49 31.67 -
YUV 56.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 15 58 155 0.90 0.63 0 0.39 221.57 0.82 0.33
Hex F 3A 9B 5A 3F 0 27 DE 52 21
Octal 17 72 233 132 77 0 47 336 122 41
Binary 1111 111010 10011011 1011010 111111 0 100111 11011110 1010010 100001

Color Harmonies of #0F3A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3A9B

Black with #0F3A9B

Text Example


Text Example

White with #0F3A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,58,155); }

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

background-color css

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

 a { background-color: rgb(15,58,155); }

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

border-color css

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

 span { border-color: rgb(15,58,155); }

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