Html Css Color HEX #003869 Prussian Blue

📋 copy color: '#003869'

red 0 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #003869

Tints of Prussian Blue #003869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 65.22%

R = 0%
G = 34.78%
B = 65.22%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#003869 (or 0x003869) is known color: Prussian Blue. HEX triplet: 00, 38 and 69. RGB value is (0,56,105). Sum of RGB (Red+Green+Blue) = 0+56+105=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #003869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003869 is #FFC796. Grayscale: #2C2C2C. Windows color (decimal): -16762775 or 6895616. OLE color: 6895616.

HSL color Cylindrical-coordinate representation of color #003869: hue angle of 208º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003869 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 56 105 -
CMYK 1 0.47 0 0.59
HSL 208º 1% 0.21% -
HSV(B) 208º 1% 0.41% -
XYZ 3.96 3.85 13.9 -
YUV 44.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 0 56 105 1 0.47 0 0.59 208 1 0.21
Hex 0 38 69 64 2F 0 3B D0 64 15
Octal 0 70 151 144 57 0 73 320 144 25
Binary 0 111000 1101001 1100100 101111 0 111011 11010000 1100100 10101

Color Harmonies of #003869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003869

Black with #003869

Text Example


Text Example

White with #003869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003869; }

 p { color: rgb(0,56,105); }

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

background-color css

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

 a { background-color: rgb(0,56,105); }

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

border-color css

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

 span { border-color: rgb(0,56,105); }

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