Html Css Color HEX #0C319A Egyptian Blue

📋 copy color: '#0C319A'

red 12 ◦ green 49 ◦ blue 154

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

Shades of Egyptian Blue #0C319A

Tints of Egyptian Blue #0C319A

RGB

 RED value IS 12 (5.08% from 255) = 5.58%

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 154 (60.55% from 255) = 71.63%

R = 5.58%
G = 22.79%
B = 71.63%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C319A (or 0x0C319A) is known color: Egyptian Blue. HEX triplet: 0C, 31 and 9A. RGB value is (12,49,154). Sum of RGB (Red+Green+Blue) = 12+49+154=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C319A is #F3CE65. Grayscale: #313131. Windows color (decimal): -15978086 or 10105100. OLE color: 10105100.

HSL color Cylindrical-coordinate representation of color #0C319A: hue angle of 224.37º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C319A is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 49 154 -
CMYK 0.92 0.68 0 0.40
HSL 224.37º 0.86% 0.33% -
HSV(B) 224.37º 0.92% 0.6% -
XYZ 7.08 4.61 31.09 -
YUV 49.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 12 49 154 0.92 0.68 0 0.40 224.37 0.86 0.33
Hex C 31 9A 5C 44 0 28 E0 56 21
Octal 14 61 232 134 104 0 50 340 126 41
Binary 1100 110001 10011010 1011100 1000100 0 101000 11100000 1010110 100001

Color Harmonies of #0C319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C319A

Black with #0C319A

Text Example


Text Example

White with #0C319A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,49,154); }

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

background-color css

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

 a { background-color: rgb(12,49,154); }

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

border-color css

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

 span { border-color: rgb(12,49,154); }

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