Html Css Color HEX #01347B Dark Cerulean

📋 copy color: '#01347B'

red 1 ◦ green 52 ◦ blue 123

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

Shades of Dark Cerulean #01347B

Tints of Dark Cerulean #01347B

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 123 (48.44% from 255) = 69.89%

R = 0.57%
G = 29.55%
B = 69.89%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01347B (or 0x01347B) is known color: Dark Cerulean. HEX triplet: 01, 34 and 7B. RGB value is (1,52,123). Sum of RGB (Red+Green+Blue) = 1+52+123=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #01347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01347B is #FECB84. Grayscale: #2C2C2C. Windows color (decimal): -16698245 or 8074241. OLE color: 8074241.

HSL color Cylindrical-coordinate representation of color #01347B: hue angle of 214.92º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01347B is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 52 123 -
CMYK 0.99 0.58 0 0.52
HSL 214.92º 0.98% 0.24% -
HSV(B) 214.92º 0.99% 0.48% -
XYZ 4.82 3.89 19.24 -
YUV 44.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 1 52 123 0.99 0.58 0 0.52 214.92 0.98 0.24
Hex 1 34 7B 63 3A 0 34 D7 62 18
Octal 1 64 173 143 72 0 64 327 142 30
Binary 1 110100 1111011 1100011 111010 0 110100 11010111 1100010 11000

Color Harmonies of #01347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01347B

Black with #01347B

Text Example


Text Example

White with #01347B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,52,123); }

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

background-color css

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

 a { background-color: rgb(1,52,123); }

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

border-color css

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

 span { border-color: rgb(1,52,123); }

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