Html Css Color HEX #00264E Prussian Blue

📋 copy color: '#00264E'

red 0 ◦ green 38 ◦ blue 78

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

Shades of Prussian Blue #00264E

Tints of Prussian Blue #00264E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 38 (15.23% from 255) = 32.76%

 BLUE value IS 78 (30.86% from 255) = 67.24%

R = 0%
G = 32.76%
B = 67.24%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#00264E (or 0x00264E) is known color: Prussian Blue. HEX triplet: 00, 26 and 4E. RGB value is (0,38,78). Sum of RGB (Red+Green+Blue) = 0+38+78=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #00264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00264E is #FFD9B1. Grayscale: #1F1F1F. Windows color (decimal): -16767410 or 5121536. OLE color: 5121536.

HSL color Cylindrical-coordinate representation of color #00264E: hue angle of 210.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00264E is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 38 78 -
CMYK 1 0.51 0 0.69
HSL 210.77º 1% 0.15% -
HSV(B) 210.77º 1% 0.31% -
XYZ 2.07 1.94 7.47 -
YUV 31.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 0 38 78 1 0.51 0 0.69 210.77 1 0.15
Hex 0 26 4E 64 33 0 45 D3 64 F
Octal 0 46 116 144 63 0 105 323 144 17
Binary 0 100110 1001110 1100100 110011 0 1000101 11010011 1100100 1111

Color Harmonies of #00264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00264E

Black with #00264E

Text Example


Text Example

White with #00264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00264E; }

 p { color: rgb(0,38,78); }

 H1.HeaderClassName
 {
   color: #00264E;
 }
 .AnyTagClassName
 {
   color: #00264E;
 }
</style>

background-color css

<style>
 a { background-color: #00264E; }

 a { background-color: rgb(0,38,78); }

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

border-color css

<style>
 span { border-color: #00264E; }

 span { border-color: rgb(0,38,78); }

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