Html Css Color HEX #00468C Dark Cerulean

📋 copy color: '#00468C'

red 0 ◦ green 70 ◦ blue 140

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

Shades of Dark Cerulean #00468C

Tints of Dark Cerulean #00468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.67%

R = 0%
G = 33.33%
B = 66.67%

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

#00468C (or 0x00468C) is known color: Dark Cerulean. HEX triplet: 00, 46 and 8C. RGB value is (0,70,140). Sum of RGB (Red+Green+Blue) = 0+70+140=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #00468C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00468C is #FFB973. Grayscale: #383838. Windows color (decimal): -16759156 or 9192960. OLE color: 9192960.

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

Color convert

RGB 0 70 140 -
CMYK 1 0.50 0 0.45
HSL 210º 1% 0.27% -
HSV(B) 210º 1% 0.55% -
XYZ 6.92 6.27 25.66 -
YUV 57.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 0 70 140 1 0.50 0 0.45 210 1 0.27
Hex 0 46 8C 64 32 0 2D D2 64 1B
Octal 0 106 214 144 62 0 55 322 144 33
Binary 0 1000110 10001100 1100100 110010 0 101101 11010010 1100100 11011

Color Harmonies of #00468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00468C

Black with #00468C

Text Example


Text Example

White with #00468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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