#00038C

Color #00038C Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #00038C

Tints of Dark Blue #00038C

Color information

#00038C (or 0x00038C) is unknown color: approx Dark Blue. HEX triplet: 00, 03 and 8C. RGB value is (0,3,140). Sum of RGB (Red+Green+Blue) = 0+3+140=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 140 (55.08% from 255 or 97.90% from 143); Max value from RGB is 140 - color contains mainly: blue. Hex color #00038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00038C is #FFFC73. Grayscale: #111111. Windows color (decimal): -16776308 or 9175808. OLE color: 9175808.

HSL color Cylindrical-coordinate representation of color #00038C: hue angle of 238.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00038C is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB03140-
CMYK10.9800.45
HSL238.71º100%27.45%-
HSV(B)238.71º100%54.9%-
XYZ4.771.9624.94-
YUV17.72197.01115.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 140 (55.08% from 255) = 97.90%
R=0%
G=2.10%
B=97.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0314010.9800.45238.7110027.45
Hex038C646202Def641b
Octal0321414414205535714433
Binary0111000110011001001100010010110111101111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00038C; }

 p { color: rgb(0,3,140); }

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

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

 a { background-color: rgb(0,3,140); }

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

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

 span { border-color: rgb(0,3,140); }

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