Html Css Color HEX #262F9C Egyptian Blue

📋 copy color: '#262F9C'

red 38 ◦ green 47 ◦ blue 156

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

Shades of Egyptian Blue #262F9C

Tints of Egyptian Blue #262F9C

RGB

 RED value IS 38 (15.23% from 255) = 15.77%

 GREEN value IS 47 (18.75% from 255) = 19.5%

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

R = 15.77%
G = 19.5%
B = 64.73%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#262F9C (or 0x262F9C) is known color: Egyptian Blue. HEX triplet: 26, 2F and 9C. RGB value is (38,47,156). Sum of RGB (Red+Green+Blue) = 38+47+156=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #262F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F9C is #D9D063. Grayscale: #383838. Windows color (decimal): -14274660 or 10235686. OLE color: 10235686.

HSL color Cylindrical-coordinate representation of color #262F9C: hue angle of 235.42º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262F9C is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 47 156 -
CMYK 0.76 0.70 0 0.39
HSL 235.42º 0.61% 0.38% -
HSV(B) 235.42º 0.76% 0.61% -
XYZ 7.82 4.85 31.98 -
YUV 56.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 38 47 156 0.76 0.70 0 0.39 235.42 0.61 0.38
Hex 26 2F 9C 4C 46 0 27 EB 3D 26
Octal 46 57 234 114 106 0 47 353 75 46
Binary 100110 101111 10011100 1001100 1000110 0 100111 11101011 111101 100110

Color Harmonies of #262F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262F9C

Black with #262F9C

Text Example


Text Example

White with #262F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262F9C; }

 p { color: rgb(38,47,156); }

 H1.HeaderClassName
 {
   color: #262F9C;
 }
 .AnyTagClassName
 {
   color: #262F9C;
 }
</style>

background-color css

<style>
 a { background-color: #262F9C; }

 a { background-color: rgb(38,47,156); }

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

border-color css

<style>
 span { border-color: #262F9C; }

 span { border-color: rgb(38,47,156); }

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