Html Css Color HEX #00438C Dark Cerulean

📋 copy color: '#00438C'

red 0 ◦ green 67 ◦ blue 140

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

Shades of Dark Cerulean #00438C

Tints of Dark Cerulean #00438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

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

R = 0%
G = 32.37%
B = 67.63%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00438C (or 0x00438C) is known color: Dark Cerulean. HEX triplet: 00, 43 and 8C. RGB value is (0,67,140). Sum of RGB (Red+Green+Blue) = 0+67+140=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #00438C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00438C is #FFBC73. Grayscale: #363636. Windows color (decimal): -16759924 or 9192192. OLE color: 9192192.

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

Color convert

RGB 0 67 140 -
CMYK 1 0.52 0 0.45
HSL 211.29º 1% 0.27% -
HSV(B) 211.29º 1% 0.55% -
XYZ 6.74 5.91 25.6 -
YUV 55.29 175.8 88.56 -
System Red Green Blue C M Y K H S L
Decimal 0 67 140 1 0.52 0 0.45 211.29 1 0.27
Hex 0 43 8C 64 34 0 2D D3 64 1B
Octal 0 103 214 144 64 0 55 323 144 33
Binary 0 1000011 10001100 1100100 110100 0 101101 11010011 1100100 11011

Color Harmonies of #00438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00438C

Black with #00438C

Text Example


Text Example

White with #00438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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