Html Css Color HEX #00038A Dark Blue

📋 copy color: '#00038A'

red 0 ◦ green 3 ◦ blue 138

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

Shades of Dark Blue #00038A

Tints of Dark Blue #00038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 138 (54.3% from 255) = 97.87%

R = 0%
G = 2.13%
B = 97.87%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00038A (or 0x00038A) is known color: Dark Blue. HEX triplet: 00, 03 and 8A. RGB value is (0,3,138). Sum of RGB (Red+Green+Blue) = 0+3+138=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 138 (54.30% from 255 or 97.87% from 141); Max value from RGB is 138 - color contains mainly: blue. Hex color #00038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00038A is #FFFC75. Grayscale: #101010. Windows color (decimal): -16776310 or 9044736. OLE color: 9044736.

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

Color convert

RGB 0 3 138 -
CMYK 1 0.98 0 0.46
HSL 238.7º 1% 0.27% -
HSV(B) 238.7º 1% 0.54% -
XYZ 4.62 1.9 24.17 -
YUV 17.49 196.01 115.52 -
System Red Green Blue C M Y K H S L
Decimal 0 3 138 1 0.98 0 0.46 238.7 1 0.27
Hex 0 3 8A 64 62 0 2E EF 64 1B
Octal 0 3 212 144 142 0 56 357 144 33
Binary 0 11 10001010 1100100 1100010 0 101110 11101111 1100100 11011

Color Harmonies of #00038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00038A

Black with #00038A

Text Example


Text Example

White with #00038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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