Html Css Color HEX #0C389C Egyptian Blue

📋 copy color: '#0C389C'

red 12 ◦ green 56 ◦ blue 156

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

Shades of Egyptian Blue #0C389C

Tints of Egyptian Blue #0C389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 5.36%
G = 25%
B = 69.64%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C389C (or 0x0C389C) is known color: Egyptian Blue. HEX triplet: 0C, 38 and 9C. RGB value is (12,56,156). Sum of RGB (Red+Green+Blue) = 12+56+156=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C389C is #F3C763. Grayscale: #353535. Windows color (decimal): -15976292 or 10237964. OLE color: 10237964.

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

Color convert

RGB 12 56 156 -
CMYK 0.92 0.64 0 0.39
HSL 221.67º 0.86% 0.33% -
HSV(B) 221.67º 0.92% 0.61% -
XYZ 7.57 5.31 32.08 -
YUV 54.24 185.42 97.87 -
System Red Green Blue C M Y K H S L
Decimal 12 56 156 0.92 0.64 0 0.39 221.67 0.86 0.33
Hex C 38 9C 5C 40 0 27 DE 56 21
Octal 14 70 234 134 100 0 47 336 126 41
Binary 1100 111000 10011100 1011100 1000000 0 100111 11011110 1010110 100001

Color Harmonies of #0C389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C389C

Black with #0C389C

Text Example


Text Example

White with #0C389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,56,156); }

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

background-color css

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

 a { background-color: rgb(12,56,156); }

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

border-color css

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

 span { border-color: rgb(12,56,156); }

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