Html Css Color HEX #00468B Dark Cerulean

📋 copy color: '#00468B'

red 0 ◦ green 70 ◦ blue 139

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

Shades of Dark Cerulean #00468B

Tints of Dark Cerulean #00468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

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

R = 0%
G = 33.49%
B = 66.51%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00468B (or 0x00468B) is known color: Dark Cerulean. HEX triplet: 00, 46 and 8B. RGB value is (0,70,139). Sum of RGB (Red+Green+Blue) = 0+70+139=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #00468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00468B is #FFB974. Grayscale: #383838. Windows color (decimal): -16759157 or 9127424. OLE color: 9127424.

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

Color convert

RGB 0 70 139 -
CMYK 1 0.50 0 0.45
HSL 209.78º 1% 0.27% -
HSV(B) 209.78º 1% 0.55% -
XYZ 6.85 6.24 25.27 -
YUV 56.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 0 70 139 1 0.50 0 0.45 209.78 1 0.27
Hex 0 46 8B 64 32 0 2D D2 64 1B
Octal 0 106 213 144 62 0 55 322 144 33
Binary 0 1000110 10001011 1100100 110010 0 101101 11010010 1100100 11011

Color Harmonies of #00468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00468B

Black with #00468B

Text Example


Text Example

White with #00468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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