#00274B

Color #00274B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #00274B

Tints of Prussian Blue #00274B

Color information

#00274B (or 0x00274B) is unknown color: approx Prussian Blue. HEX triplet: 00, 27 and 4B. RGB value is (0,39,75). Sum of RGB (Red+Green+Blue) = 0+39+75=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #00274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00274B is #FFD8B4. Grayscale: #1F1F1F. Windows color (decimal): -16767157 or 4925184. OLE color: 4925184.

HSL color Cylindrical-coordinate representation of color #00274B: hue angle of 208.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00274B is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB03975-
CMYK10.4800.71
HSL208.8º100%14.71%-
HSV(B)208.8º100%29.41%-
XYZ21.966.93-
YUV31.44152.58105.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=0%
G=34.21%
B=65.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0397510.4800.71208.810014.71
Hex0274B6430047d164f
Octal04711314460010732114417
Binary010011110010111100100110000010001111101000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00274B; }

 p { color: rgb(0,39,75); }

 H1.HeaderClassName
 {
   color: #00274B;
 }
 .AnyTagClassName
 {
   color: #00274B;
 }
</style>
background-color css

<style>
 a { background-color: #00274B; }

 a { background-color: rgb(0,39,75); }

 div.DivClassName
 {
   background-color: #00274B;
 }
 .BgClassName
 {
   background-color: #00274B;
 }
</style>
border-color css

<style>
 span { border-color: #00274B; }

 span { border-color: rgb(0,39,75); }

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