Html Css Color HEX #003F8B Dark Cerulean

📋 copy color: '#003F8B'

red 0 ◦ green 63 ◦ blue 139

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

Shades of Dark Cerulean #003F8B

Tints of Dark Cerulean #003F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 139 (54.69% from 255) = 68.81%

R = 0%
G = 31.19%
B = 68.81%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#003F8B (or 0x003F8B) is known color: Dark Cerulean. HEX triplet: 00, 3F and 8B. RGB value is (0,63,139). Sum of RGB (Red+Green+Blue) = 0+63+139=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #003F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F8B is #FFC074. Grayscale: #343434. Windows color (decimal): -16760949 or 9125632. OLE color: 9125632.

HSL color Cylindrical-coordinate representation of color #003F8B: hue angle of 212.81º 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 #003F8B is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 63 139 -
CMYK 1 0.55 0 0.45
HSL 212.81º 1% 0.27% -
HSV(B) 212.81º 1% 0.55% -
XYZ 6.44 5.42 25.13 -
YUV 52.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 0 63 139 1 0.55 0 0.45 212.81 1 0.27
Hex 0 3F 8B 64 37 0 2D D5 64 1B
Octal 0 77 213 144 67 0 55 325 144 33
Binary 0 111111 10001011 1100100 110111 0 101101 11010101 1100100 11011

Color Harmonies of #003F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F8B

Black with #003F8B

Text Example


Text Example

White with #003F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003F8B; }

 p { color: rgb(0,63,139); }

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

background-color css

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

 a { background-color: rgb(0,63,139); }

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

border-color css

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

 span { border-color: rgb(0,63,139); }

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